public static class CreateApiDestinationRequest.CreateApiDestinationRequestHttpApiParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpoint
The endpoint of the API destination.
|
String |
method
The HTTP request method.
|
| 构造器和说明 |
|---|
CreateApiDestinationRequestHttpApiParameters() |
@NameInMap(value="Endpoint") public String endpoint
The endpoint of the API destination. The endpoint can be up to 127 characters in length.
This parameter is required.
example:@NameInMap(value="Method") public String method
The HTTP request method. Valid values:
This parameter is required.
example:POST
public CreateApiDestinationRequestHttpApiParameters()
public static CreateApiDestinationRequest.CreateApiDestinationRequestHttpApiParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateApiDestinationRequest.CreateApiDestinationRequestHttpApiParameters setEndpoint(String endpoint)
public String getEndpoint()
public CreateApiDestinationRequest.CreateApiDestinationRequestHttpApiParameters setMethod(String method)
public String getMethod()
Copyright © 2026. All rights reserved.