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


            return(response);
        }
        public static DeleteMeetingResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteMeetingResponse deleteMeetingResponse = new DeleteMeetingResponse();

            deleteMeetingResponse.HttpResponse = context.HttpResponse;
            deleteMeetingResponse.ErrorCode    = context.IntegerValue("DeleteMeeting.ErrorCode");
            deleteMeetingResponse.Message      = context.StringValue("DeleteMeeting.Message");
            deleteMeetingResponse.Success      = context.BooleanValue("DeleteMeeting.Success");
            deleteMeetingResponse.RequestId    = context.StringValue("DeleteMeeting.RequestId");

            return(deleteMeetingResponse);
        }