public static CreateRouteEntryResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CreateRouteEntryResponse createRouteEntryResponse = new CreateRouteEntryResponse();

            createRouteEntryResponse.HttpResponse = _ctx.HttpResponse;
            createRouteEntryResponse.RequestId    = _ctx.StringValue("CreateRouteEntry.RequestId");

            return(createRouteEntryResponse);
        }
コード例 #2
0
        public static CreateRouteEntryResponse Unmarshall(UnmarshallerContext context)
        {
            CreateRouteEntryResponse createRouteEntryResponse = new CreateRouteEntryResponse
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("CreateRouteEntry.RequestId")
            };


            return(createRouteEntryResponse);
        }