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


            return(response);
        }
        public static StartLoggingResponse Unmarshall(UnmarshallerContext _ctx)
        {
            StartLoggingResponse startLoggingResponse = new StartLoggingResponse();

            startLoggingResponse.HttpResponse = _ctx.HttpResponse;
            startLoggingResponse.RequestId    = _ctx.StringValue("StartLogging.RequestId");

            return(startLoggingResponse);
        }
コード例 #3
0
        public static StartLoggingResponse Unmarshall(UnmarshallerContext context)
        {
            StartLoggingResponse startLoggingResponse = new StartLoggingResponse();

            startLoggingResponse.HttpResponse = context.HttpResponse;
            startLoggingResponse.RequestId    = context.StringValue("StartLogging.RequestId");
            startLoggingResponse.Param        = context.StringValue("StartLogging.Param");
            startLoggingResponse.Result       = context.StringValue("StartLogging.Result");

            return(startLoggingResponse);
        }
コード例 #4
0
 private static void UnmarshallResult(JsonUnmarshallerContext context, StartLoggingResponse response)
 {
     return;
 }