@Generated(value="software.amazon.awssdk:codegen") public final class DescribeVpcAttributeResponse extends Ec2Response implements ToCopyableBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeVpcAttributeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVpcAttributeResponse.Builder |
builder() |
AttributeBooleanValue |
enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames.
|
AttributeBooleanValue |
enableDnsSupport()
Indicates whether DNS resolution is enabled for the 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 DescribeVpcAttributeResponse.Builder> |
serializableBuilderClass() |
DescribeVpcAttributeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vpcId()
The ID of the VPC.
public AttributeBooleanValue enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true,
instances in the VPC get DNS hostnames; otherwise, they do not.
true, instances in the VPC get DNS hostnames; otherwise, they do not.public AttributeBooleanValue enableDnsSupport()
Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS
server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
true, the
Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses;
otherwise, it does not.public DescribeVpcAttributeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>toBuilder in class AwsResponsepublic static DescribeVpcAttributeResponse.Builder builder()
public static Class<? extends DescribeVpcAttributeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.