C# Class Amazon.Redshift.Model.Internal.MarshallTransformations.CreateClusterParameterGroupResponseUnmarshaller

Response Unmarshaller for CreateClusterParameterGroup operation
Inheritance: XmlResponseUnmarshaller
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Unmarshall ( XmlUnmarshallerContext context ) : AmazonWebServiceResponse

Unmarshaller the response from the service to the response class.

UnmarshallException ( XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException

Unmarshaller error response to exception.

Private Methods

Method Description
GetInstance ( ) : CreateClusterParameterGroupResponseUnmarshaller
UnmarshallResult ( XmlUnmarshallerContext context, CreateClusterParameterGroupResponse response ) : void

Method Details

Unmarshall() public method

Unmarshaller the response from the service to the response class.
public Unmarshall ( XmlUnmarshallerContext context ) : AmazonWebServiceResponse
context XmlUnmarshallerContext
return AmazonWebServiceResponse

UnmarshallException() public method

Unmarshaller error response to exception.
public UnmarshallException ( XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException
context XmlUnmarshallerContext
innerException Exception
statusCode HttpStatusCode
return AmazonServiceException