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

GetInstance() public static method

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