/// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            PutDeliveryChannelResponse response = new PutDeliveryChannelResponse();


            return(response);
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            PutDeliveryChannelResponse response = new PutDeliveryChannelResponse();


            return response;
        }
Exemple #3
0
        public static PutDeliveryChannelResponse Unmarshall(UnmarshallerContext _ctx)
        {
            PutDeliveryChannelResponse putDeliveryChannelResponse = new PutDeliveryChannelResponse();

            putDeliveryChannelResponse.HttpResponse      = _ctx.HttpResponse;
            putDeliveryChannelResponse.RequestId         = _ctx.StringValue("PutDeliveryChannel.RequestId");
            putDeliveryChannelResponse.DeliveryChannelId = _ctx.StringValue("PutDeliveryChannel.DeliveryChannelId");

            return(putDeliveryChannelResponse);
        }