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

GetInstance() public static method

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