Class HostedZoneSummary
- java.lang.Object
-
- software.amazon.awssdk.services.route53.model.HostedZoneSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>
@Generated("software.amazon.awssdk:codegen") public final class HostedZoneSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>
In the response to a
ListHostedZonesByVPCrequest, theHostedZoneSummarieselement contains oneHostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with. EachHostedZoneSummaryelement contains the hosted zone name and ID, and information about who owns the hosted zone.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHostedZoneSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostedZoneSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneId()The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.Stringname()The name of the private hosted zone, such asexample.com.HostedZoneOwnerowner()The owner of a private hosted zone that the specified VPC is associated with.List<SdkField<?>>sdkFields()static Class<? extends HostedZoneSummary.Builder>serializableBuilderClass()HostedZoneSummary.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
-
hostedZoneId
public final String hostedZoneId()
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
- Returns:
- The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
-
name
public final String name()
The name of the private hosted zone, such as
example.com.- Returns:
- The name of the private hosted zone, such as
example.com.
-
owner
public final HostedZoneOwner owner()
The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.
- Returns:
- The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.
-
toBuilder
public HostedZoneSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>
-
builder
public static HostedZoneSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends HostedZoneSummary.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.
-
-