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

Response Unmarshaller for CreateClusterParameterGroup operation
Inheritance: XmlResponseUnmarshaller
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetInstance ( ) : CreateClusterParameterGroupResponseUnmarshaller
UnmarshallResult ( XmlUnmarshallerContext context, CreateClusterParameterGroupResponse response ) : void

Method Details

Unmarshall() public méthode

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

UnmarshallException() public méthode

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