Returns information about the DeletePresetResult response and response metadata.
Наследование: Amazon.Runtime.AmazonWebServiceResponse
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeletePresetResponse response = new DeletePresetResponse();


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

              context.Read();

              response.DeletePresetResult = DeletePresetResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,DeletePresetResponse response)
 {
                 
     return;
 }