@Generated(value="software.amazon.awssdk:codegen") public final class HostedZoneSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>
In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains
one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with.
Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the
hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostedZoneSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
|
String |
name()
The name of the private hosted zone, such as
example.com. |
HostedZoneOwner |
owner()
The owner of a private hosted zone that the specified VPC is associated with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HostedZoneSummary.Builder> |
serializableBuilderClass() |
HostedZoneSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostedZoneId()
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
public final String name()
The name of the private hosted zone, such as example.com.
example.com.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.
public HostedZoneSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>public static HostedZoneSummary.Builder builder()
public static Class<? extends HostedZoneSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.