public class UpdateApiDestinationShrinkRequest
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.
|
| 构造器和说明 |
|---|
UpdateApiDestinationShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateApiDestinationShrinkRequest |
build(Map<String,?> map) |
String |
getApiDestinationName() |
String |
getConnectionName() |
String |
getDescription() |
String |
getHttpApiParametersShrink() |
UpdateApiDestinationShrinkRequest |
setApiDestinationName(String apiDestinationName) |
UpdateApiDestinationShrinkRequest |
setConnectionName(String connectionName) |
UpdateApiDestinationShrinkRequest |
setDescription(String description) |
UpdateApiDestinationShrinkRequest |
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.
Note: 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.
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.
example:demo
@NameInMap(value="HttpApiParameters") public String httpApiParametersShrink
The parameters that are configured for the API destination.
public static UpdateApiDestinationShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateApiDestinationShrinkRequest setApiDestinationName(String apiDestinationName)
public String getApiDestinationName()
public UpdateApiDestinationShrinkRequest setConnectionName(String connectionName)
public String getConnectionName()
public UpdateApiDestinationShrinkRequest setDescription(String description)
public String getDescription()
public UpdateApiDestinationShrinkRequest setHttpApiParametersShrink(String httpApiParametersShrink)
public String getHttpApiParametersShrink()
Copyright © 2026. All rights reserved.