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


            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)
        {
            DeleteParameterResponse response = new DeleteParameterResponse();


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

            deleteParameterResponse.HttpResponse = context.HttpResponse;
            deleteParameterResponse.RequestId    = context.StringValue("DeleteParameter.RequestId");

            return(deleteParameterResponse);
        }