public class CreateVpcRequest extends Object
| Constructor and Description |
|---|
CreateVpcRequest() |
public CreateVpcRequest cidrBlock(String cidrBlock)
@NotNull public @NotNull String getCidrBlock()
public void setCidrBlock(String cidrBlock)
public CreateVpcRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateVpcRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
public CreateVpcRequest dnsServers(List<String> dnsServers)
public CreateVpcRequest addDnsServersItem(String dnsServersItem)
public CreateVpcRequest dryRun(Boolean dryRun)
public Boolean isDryRun()
public void setDryRun(Boolean dryRun)
public CreateVpcRequest enableIpv6(Boolean enableIpv6)
public Boolean isEnableIpv6()
public void setEnableIpv6(Boolean enableIpv6)
public CreateVpcRequest ipv6CidrBlock(String ipv6CidrBlock)
public String getIpv6CidrBlock()
public void setIpv6CidrBlock(String ipv6CidrBlock)
public CreateVpcRequest ipv6Isp(String ipv6Isp)
public String getIpv6Isp()
public void setIpv6Isp(String ipv6Isp)
public CreateVpcRequest ipv6MaskLen(Integer ipv6MaskLen)
public Integer getIpv6MaskLen()
public void setIpv6MaskLen(Integer ipv6MaskLen)
public CreateVpcRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public CreateVpcRequest tags(List<TagForCreateVpcInput> tags)
public CreateVpcRequest addTagsItem(TagForCreateVpcInput tagsItem)
@Valid public @Valid List<TagForCreateVpcInput> getTags()
public void setTags(List<TagForCreateVpcInput> tags)
public CreateVpcRequest vpcName(String vpcName)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getVpcName()
public void setVpcName(String vpcName)
Copyright © 2026. All rights reserved.