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

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

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