C# Class Amazon.SimpleSystemsManagement.Model.Internal.MarshallTransformations.DescribeAvailablePatchesResponseUnmarshaller

Response Unmarshaller for DescribeAvailablePatches operation
Inheritance: JsonResponseUnmarshaller
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse

Unmarshaller the response from the service to the response class.

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

Unmarshaller error response to exception.

Private Methods

Method Description
GetInstance ( ) : DescribeAvailablePatchesResponseUnmarshaller

Method Details

Unmarshall() public method

Unmarshaller the response from the service to the response class.
public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
return Amazon.Runtime.AmazonWebServiceResponse

UnmarshallException() public method

Unmarshaller error response to exception.
public UnmarshallException ( JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
innerException System.Exception
statusCode HttpStatusCode
return Amazon.Runtime.AmazonServiceException