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 HostedZoneConfig and Comment elements.

See Also: