public class GetVpcGatewayEndpointAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endpointId
The ID of the gateway endpoint.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the gateway endpoint.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
GetVpcGatewayEndpointAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetVpcGatewayEndpointAttributeRequest |
build(Map<String,?> map) |
String |
getEndpointId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetVpcGatewayEndpointAttributeRequest |
setEndpointId(String endpointId) |
GetVpcGatewayEndpointAttributeRequest |
setOwnerAccount(String ownerAccount) |
GetVpcGatewayEndpointAttributeRequest |
setOwnerId(Long ownerId) |
GetVpcGatewayEndpointAttributeRequest |
setRegionId(String regionId) |
GetVpcGatewayEndpointAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetVpcGatewayEndpointAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
This parameter is required.
example:vpce-bp1w1dmdqjpwul0v3****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the gateway endpoint.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetVpcGatewayEndpointAttributeRequest build(Map<String,?> map) throws Exception
Exception
public GetVpcGatewayEndpointAttributeRequest setEndpointId(String endpointId)
public String getEndpointId()
public GetVpcGatewayEndpointAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetVpcGatewayEndpointAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetVpcGatewayEndpointAttributeRequest setRegionId(String regionId)
public String getRegionId()
public GetVpcGatewayEndpointAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetVpcGatewayEndpointAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.