Class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder,AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder,AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails>
Describes the options for Amazon EC2 instance hostnames.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builderbuilder()BooleanenableResourceNameDnsAAAARecord()Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.BooleanenableResourceNameDnsARecord()Indicates whether to respond to DNS queries for instance hostnames with DNS A records.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostnameType()The type of hostname for EC2 instances.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder>serializableBuilderClass()AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
enableResourceNameDnsAAAARecord
public final Boolean enableResourceNameDnsAAAARecord()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
- Returns:
- Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
-
enableResourceNameDnsARecord
public final Boolean enableResourceNameDnsARecord()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
- Returns:
- Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
-
hostnameType
public final String hostnameType()
The type of hostname for EC2 instances.
- Returns:
- The type of hostname for EC2 instances.
-
toBuilder
public AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder toBuilder()
-
builder
public static AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-