@Generated(value="software.amazon.awssdk:codegen") public final class ModifyVpcAttributeRequest extends Ec2Request implements ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyVpcAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyVpcAttributeRequest.Builder |
builder() |
AttributeBooleanValue |
enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames.
|
AttributeBooleanValue |
enableDnsSupport()
Indicates whether the DNS resolution is supported for the VPC.
|
AttributeBooleanValue |
enableNetworkAddressUsageMetrics()
Indicates whether Network Address Usage metrics are enabled for your VPC.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyVpcAttributeRequest.Builder> |
serializableBuilderClass() |
ModifyVpcAttributeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttributeBooleanValue enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.
public final AttributeBooleanValue enableDnsSupport()
Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
public final String vpcId()
The ID of the VPC.
public final AttributeBooleanValue enableNetworkAddressUsageMetrics()
Indicates whether Network Address Usage metrics are enabled for your VPC.
public ModifyVpcAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>toBuilder in class Ec2Requestpublic static ModifyVpcAttributeRequest.Builder builder()
public static Class<? extends ModifyVpcAttributeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.