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