コード例 #1
0
        public static ModifyFlowLogAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyFlowLogAttributeResponse modifyFlowLogAttributeResponse = new ModifyFlowLogAttributeResponse();

            modifyFlowLogAttributeResponse.HttpResponse = context.HttpResponse;
            modifyFlowLogAttributeResponse.RequestId    = context.StringValue("ModifyFlowLogAttribute.RequestId");

            return(modifyFlowLogAttributeResponse);
        }
コード例 #2
0
        public static ModifyFlowLogAttributeResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyFlowLogAttributeResponse modifyFlowLogAttributeResponse = new ModifyFlowLogAttributeResponse();

            modifyFlowLogAttributeResponse.HttpResponse = _ctx.HttpResponse;
            modifyFlowLogAttributeResponse.RequestId    = _ctx.StringValue("ModifyFlowLogAttribute.RequestId");
            modifyFlowLogAttributeResponse.Success      = _ctx.StringValue("ModifyFlowLogAttribute.Success");

            return(modifyFlowLogAttributeResponse);
        }