public class CreateVpcGatewayEndpointResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the gateway endpoint was created.
|
String |
endpointId
The ID of the gateway endpoint.
|
String |
endpointName
The name of the gateway endpoint.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
|
String |
serviceName
The name of the endpoint service.
|
构造器和说明 |
---|
CreateVpcGatewayEndpointResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpcGatewayEndpointResponseBody |
build(Map<String,?> map) |
String |
getCreationTime() |
String |
getEndpointId() |
String |
getEndpointName() |
String |
getRequestId() |
String |
getResourceGroupId() |
String |
getServiceName() |
CreateVpcGatewayEndpointResponseBody |
setCreationTime(String creationTime) |
CreateVpcGatewayEndpointResponseBody |
setEndpointId(String endpointId) |
CreateVpcGatewayEndpointResponseBody |
setEndpointName(String endpointName) |
CreateVpcGatewayEndpointResponseBody |
setRequestId(String requestId) |
CreateVpcGatewayEndpointResponseBody |
setResourceGroupId(String resourceGroupId) |
CreateVpcGatewayEndpointResponseBody |
setServiceName(String serviceName) |
@NameInMap(value="CreationTime") public String creationTime
The time when the gateway endpoint was created. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
example:2021-08-27T01:58:37Z
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
example:vpce-bp1w1dmdqjpwul0v3****
@NameInMap(value="EndpointName") public String endpointName
The name of the gateway endpoint.
example:test
@NameInMap(value="RequestId") public String requestId
The request ID.
example:62CFC815-E08A-5CF4-92D1-54273EC9E406
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
example:rg-acfmxazb4ph****
@NameInMap(value="ServiceName") public String serviceName
The name of the endpoint service.
example:com.aliyun.cn-hangzhou.oss
public static CreateVpcGatewayEndpointResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpcGatewayEndpointResponseBody setCreationTime(String creationTime)
public String getCreationTime()
public CreateVpcGatewayEndpointResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public CreateVpcGatewayEndpointResponseBody setEndpointName(String endpointName)
public String getEndpointName()
public CreateVpcGatewayEndpointResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpcGatewayEndpointResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateVpcGatewayEndpointResponseBody setServiceName(String serviceName)
public String getServiceName()
Copyright © 2024. All rights reserved.