public static CreateApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiStageVariableResponse createApiStageVariableResponse = new CreateApiStageVariableResponse();

            createApiStageVariableResponse.HttpResponse = context.HttpResponse;
            createApiStageVariableResponse.RequestId = context.StringValue("CreateApiStageVariable.RequestId");

            return createApiStageVariableResponse;
        }
示例#2
0
        public static CreateApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiStageVariableResponse createApiStageVariableResponse = new CreateApiStageVariableResponse();

            createApiStageVariableResponse.HttpResponse = context.HttpResponse;
            createApiStageVariableResponse.RequestId    = context.StringValue("CreateApiStageVariable.RequestId");

            return(createApiStageVariableResponse);
        }