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


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


            return response;
        }
Ejemplo n.º 3
0
        public static UpdateKeyDescriptionResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateKeyDescriptionResponse updateKeyDescriptionResponse = new UpdateKeyDescriptionResponse();

            updateKeyDescriptionResponse.HttpResponse = context.HttpResponse;
            updateKeyDescriptionResponse.RequestId    = context.StringValue("UpdateKeyDescription.RequestId");

            return(updateKeyDescriptionResponse);
        }