Amazon.SimpleDB.Model.Internal.MarshallTransformations.BatchPutAttributesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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