StructuredPojo, ToCopyableBuilder<DomainInfo.Builder,DomainInfo>@Generated("software.amazon.awssdk:codegen") public class DomainInfo extends Object implements StructuredPojo, ToCopyableBuilder<DomainInfo.Builder,DomainInfo>
Contains general information about a domain.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DomainInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DomainInfo.Builder |
builder() |
|
String |
description() |
The description of the domain provided through RegisterDomain.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
The name of the domain.
|
static Class<? extends DomainInfo.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the domain:
|
DomainInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the domain. This name is unique within the account.
public String status()
The status of the domain:
RegistrationStatuspublic String description()
The description of the domain provided through RegisterDomain.
public DomainInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DomainInfo.Builder,DomainInfo>public static DomainInfo.Builder builder()
public static Class<? extends DomainInfo.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.