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

GetInstance() public static method

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