@Generated(value="software.amazon.awssdk:codegen") public class DomainEntry extends Object implements StructuredPojo, ToCopyableBuilder<DomainEntry.Builder,DomainEntry>
Describes a domain recordset entry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainEntry.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the domain recordset entry.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the domain.
|
Map<String,String> |
options()
The options for the domain entry.
|
static Class<? extends DomainEntry.Builder> |
serializableBuilderClass() |
String |
target()
The target AWS name server (e.g.,
ns-111.awsdns-22.com.). |
DomainEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The type of domain entry (e.g.,
SOA or NS). |
copypublic String id()
The ID of the domain recordset entry.
public String name()
The name of the domain.
public String target()
The target AWS name server (e.g., ns-111.awsdns-22.com.).
ns-111.awsdns-22.com.).public String type()
The type of domain entry (e.g., SOA or NS).
SOA or NS).public Map<String,String> options()
The options for the domain entry.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DomainEntry.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DomainEntry.Builder,DomainEntry>public static DomainEntry.Builder builder()
public static Class<? extends DomainEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.