Class ModifyVpcAttributeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ec2.model.Ec2Request
-
- software.amazon.awssdk.services.ec2.model.ModifyVpcAttributeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyVpcAttributeRequest extends Ec2Request implements ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyVpcAttributeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyVpcAttributeRequest.Builderbuilder()AttributeBooleanValueenableDnsHostnames()Indicates whether the instances launched in the VPC get DNS hostnames.AttributeBooleanValueenableDnsSupport()Indicates whether the DNS resolution is supported for the VPC.AttributeBooleanValueenableNetworkAddressUsageMetrics()Indicates whether Network Address Usage metrics are enabled for your VPC.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModifyVpcAttributeRequest.Builder>serializableBuilderClass()ModifyVpcAttributeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The ID of the VPC.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableDnsHostnames
public 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.
- Returns:
- 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.
-
enableDnsSupport
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.
- Returns:
- 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.
-
vpcId
public final String vpcId()
The ID of the VPC.
- Returns:
- The ID of the VPC.
-
enableNetworkAddressUsageMetrics
public final AttributeBooleanValue enableNetworkAddressUsageMetrics()
Indicates whether Network Address Usage metrics are enabled for your VPC.
- Returns:
- Indicates whether Network Address Usage metrics are enabled for your VPC.
-
toBuilder
public ModifyVpcAttributeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>- Specified by:
toBuilderin classEc2Request
-
builder
public static ModifyVpcAttributeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyVpcAttributeRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-