@Generated(value="software.amazon.awssdk:codegen") public final class DelegationSet extends Object implements ToCopyableBuilder<DelegationSet.Builder,DelegationSet>
A complex type that lists the name servers in a delegation set, as well as the CallerReference
and the
ID
for the delegation set.
Modifier and Type | Class and Description |
---|---|
static interface |
DelegationSet.Builder |
Modifier and Type | Method and Description |
---|---|
static DelegationSet.Builder |
builder() |
String |
callerReference()
The value that you specified for
CallerReference when you created the reusable delegation set. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID that Amazon Route 53 assigns to a reusable delegation set.
|
List<String> |
nameServers()
A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable
delegation set.
|
static Class<? extends DelegationSet.Builder> |
serializableBuilderClass() |
DelegationSet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The ID that Amazon Route 53 assigns to a reusable delegation set.
public String callerReference()
The value that you specified for CallerReference
when you created the reusable delegation set.
CallerReference
when you created the reusable delegation
set.public List<String> nameServers()
A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DelegationSet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DelegationSet.Builder,DelegationSet>
public static DelegationSet.Builder builder()
public static Class<? extends DelegationSet.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.