Amazon.SQS.Model.Internal.MarshallTransformations.SendMessageBatchResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : SendMessageBatchResponseUnmarshaller
Результат SendMessageBatchResponseUnmarshaller
        public static SendMessageBatchResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new SendMessageBatchResponseUnmarshaller();
            }
            return instance;
        }