public class VpcForUpdateVpcEndpointInput extends Object
| Constructor and Description |
|---|
VpcForUpdateVpcEndpointInput() |
| Modifier and Type | Method and Description |
|---|---|
VpcForUpdateVpcEndpointInput |
accountId(Long accountId) |
VpcForUpdateVpcEndpointInput |
description(String description) |
boolean |
equals(Object o) |
Long |
getAccountId()
Get accountId
|
@Size(max=50) String |
getDescription()
Get description
|
String |
getSubnetId()
Get subnetId
|
String |
getVpcId()
Get vpcId
|
int |
hashCode() |
void |
setAccountId(Long accountId) |
void |
setDescription(String description) |
void |
setSubnetId(String subnetId) |
void |
setVpcId(String vpcId) |
VpcForUpdateVpcEndpointInput |
subnetId(String subnetId) |
String |
toString() |
VpcForUpdateVpcEndpointInput |
vpcId(String vpcId) |
public VpcForUpdateVpcEndpointInput accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public VpcForUpdateVpcEndpointInput description(String description)
@Size(max=50) public @Size(max=50) String getDescription()
public void setDescription(String description)
public VpcForUpdateVpcEndpointInput subnetId(String subnetId)
public String getSubnetId()
public void setSubnetId(String subnetId)
public VpcForUpdateVpcEndpointInput vpcId(String vpcId)
public String getVpcId()
public void setVpcId(String vpcId)
Copyright © 2025. All rights reserved.