StructuredPojo
, ToCopyableBuilder<DomainEntry.Builder,DomainEntry>
@Generated("software.amazon.awssdk:codegen") public class DomainEntry extends Object implements StructuredPojo, ToCopyableBuilder<DomainEntry.Builder,DomainEntry>
Describes a domain recordset entry.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DomainEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DomainEntry.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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 ). |
public 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.
public DomainEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DomainEntry.Builder,DomainEntry>
public static DomainEntry.Builder builder()
public static Class<? extends DomainEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.