Exemple #1
0
        public static CreateFlowLogResponse Unmarshall(UnmarshallerContext context)
        {
            CreateFlowLogResponse createFlowLogResponse = new CreateFlowLogResponse();

            createFlowLogResponse.HttpResponse = context.HttpResponse;
            createFlowLogResponse.RequestId    = context.StringValue("CreateFlowLog.RequestId");
            createFlowLogResponse.FlowLogId    = context.StringValue("CreateFlowLog.FlowLogId");

            return(createFlowLogResponse);
        }
Exemple #2
0
        public static CreateFlowLogResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CreateFlowLogResponse createFlowLogResponse = new CreateFlowLogResponse();

            createFlowLogResponse.HttpResponse = _ctx.HttpResponse;
            createFlowLogResponse.RequestId    = _ctx.StringValue("CreateFlowLog.RequestId");
            createFlowLogResponse.Success      = _ctx.StringValue("CreateFlowLog.Success");
            createFlowLogResponse.FlowLogId    = _ctx.StringValue("CreateFlowLog.FlowLogId");

            return(createFlowLogResponse);
        }