public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetJobOutputResponse response = new GetJobOutputResponse();

            response.GetJobOutputResult = GetJobOutputResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }