@Generated(value="software.amazon.awssdk:codegen") public class DomainInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DomainInfo.Builder,DomainInfo>
Contains general information about a domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainInfo.Builder |
| Modifier and Type | Method and 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) |
String |
name()
The name of the domain.
|
static Class<? extends DomainInfo.Builder> |
serializableBuilderClass() |
String |
status()
The status of the domain:
|
DomainInfo.Builder |
toBuilder() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DomainInfo.Builder,DomainInfo>public static DomainInfo.Builder builder()
public static Class<? extends DomainInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.