Class HostedZoneConfig
- java.lang.Object
-
- software.amazon.awssdk.services.route53.model.HostedZoneConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
@Generated("software.amazon.awssdk:codegen") public final class HostedZoneConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the
HostedZoneConfigandCommentelements.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHostedZoneConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostedZoneConfig.Builderbuilder()Stringcomment()Any comments that you want to include about the hosted zone.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanprivateZone()A value that indicates whether this is a private hosted zone.List<SdkField<?>>sdkFields()static Class<? extends HostedZoneConfig.Builder>serializableBuilderClass()HostedZoneConfig.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
-
comment
public final String comment()
Any comments that you want to include about the hosted zone.
- Returns:
- Any comments that you want to include about the hosted zone.
-
privateZone
public final Boolean privateZone()
A value that indicates whether this is a private hosted zone.
- Returns:
- A value that indicates whether this is a private hosted zone.
-
toBuilder
public HostedZoneConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
-
builder
public static HostedZoneConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HostedZoneConfig.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.
-
-