Amazon.SQS.Model.Internal.MarshallTransformations.SendMessageBatchResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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