public class CreateApiDestinationShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiDestinationName
The name of the API destination.
|
String |
connectionName
The name of the connection.
|
String |
description
The description of the API destination.
|
String |
httpApiParametersShrink
The parameters that are configured for the API destination.
|
| 构造器和说明 |
|---|
CreateApiDestinationShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateApiDestinationShrinkRequest |
build(Map<String,?> map) |
String |
getApiDestinationName() |
String |
getConnectionName() |
String |
getDescription() |
String |
getHttpApiParametersShrink() |
CreateApiDestinationShrinkRequest |
setApiDestinationName(String apiDestinationName) |
CreateApiDestinationShrinkRequest |
setConnectionName(String connectionName) |
CreateApiDestinationShrinkRequest |
setDescription(String description) |
CreateApiDestinationShrinkRequest |
setHttpApiParametersShrink(String httpApiParametersShrink) |
@NameInMap(value="ApiDestinationName") public String apiDestinationName
The name of the API destination. The name must be 2 to 127 characters in length.
This parameter is required.
example:api-destination-name
@NameInMap(value="ConnectionName") public String connectionName
The name of the connection. The name must be 2 to 127 characters in length.
Before you configure this parameter, you must call the CreateConnection operation to create a connection. Then, set this parameter to the name of the connection that you created.
This parameter is required.
example:connection-name
@NameInMap(value="Description") public String description
The description of the API destination. The description can be up to 255 characters in length.
@NameInMap(value="HttpApiParameters") public String httpApiParametersShrink
The parameters that are configured for the API destination.
This parameter is required.
public static CreateApiDestinationShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateApiDestinationShrinkRequest setApiDestinationName(String apiDestinationName)
public String getApiDestinationName()
public CreateApiDestinationShrinkRequest setConnectionName(String connectionName)
public String getConnectionName()
public CreateApiDestinationShrinkRequest setDescription(String description)
public String getDescription()
public CreateApiDestinationShrinkRequest setHttpApiParametersShrink(String httpApiParametersShrink)
public String getHttpApiParametersShrink()
Copyright © 2026. All rights reserved.