Class AwsRoute53HostedZoneObjectDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRoute53HostedZoneObjectDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRoute53HostedZoneObjectDetails.Builder,AwsRoute53HostedZoneObjectDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsRoute53HostedZoneObjectDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRoute53HostedZoneObjectDetails.Builder,AwsRoute53HostedZoneObjectDetails>
An object that contains information about an Amazon Route 53 hosted zone.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRoute53HostedZoneObjectDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRoute53HostedZoneObjectDetails.Builderbuilder()AwsRoute53HostedZoneConfigDetailsconfig()An object that includes theCommentelement.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID that Route 53 assigns to the hosted zone when you create it.Stringname()The name of the domain.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsRoute53HostedZoneObjectDetails.Builder>serializableBuilderClass()AwsRoute53HostedZoneObjectDetails.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
-
id
public final String id()
The ID that Route 53 assigns to the hosted zone when you create it.
- Returns:
- The ID that Route 53 assigns to the hosted zone when you create it.
-
name
public final String name()
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
- Returns:
- The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
-
config
public final AwsRoute53HostedZoneConfigDetails config()
An object that includes the
Commentelement.- Returns:
- An object that includes the
Commentelement.
-
toBuilder
public AwsRoute53HostedZoneObjectDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRoute53HostedZoneObjectDetails.Builder,AwsRoute53HostedZoneObjectDetails>
-
builder
public static AwsRoute53HostedZoneObjectDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRoute53HostedZoneObjectDetails.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
-
-