Amazon.SQS.Model.Internal.MarshallTransformations.ReceiveMessageResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ReceiveMessageResponseUnmarshaller
return ReceiveMessageResponseUnmarshaller
        public static ReceiveMessageResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ReceiveMessageResponseUnmarshaller();
            }
            return instance;
        }