@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Domain extends Object implements Serializable, Cloneable, StructuredPojo
Contains all the information about a domain.
Constructor and Description |
---|
Domain() |
Modifier and Type | Method and Description |
---|---|
Domain |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the domain.
|
Date |
getCreatedAt()
The timestamp at which the domain is created.
|
String |
getDescription()
The client-provided description of the domain.
|
String |
getDomainId()
The service-generated identifier for the domain.
|
String |
getDomainStatus()
The current status of the domain.
|
String |
getName()
The client-provided name for the domain.
|
ServerSideEncryptionConfiguration |
getServerSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt
your data.
|
Date |
getUpdatedAt()
The timestamp showing the domain's last update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the domain.
|
void |
setCreatedAt(Date createdAt)
The timestamp at which the domain is created.
|
void |
setDescription(String description)
The client-provided description of the domain.
|
void |
setDomainId(String domainId)
The service-generated identifier for the domain.
|
void |
setDomainStatus(String domainStatus)
The current status of the domain.
|
void |
setName(String name)
The client-provided name for the domain.
|
void |
setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt
your data.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
|
String |
toString()
Returns a string representation of this object.
|
Domain |
withArn(String arn)
The Amazon Resource Name (ARN) for the domain.
|
Domain |
withCreatedAt(Date createdAt)
The timestamp at which the domain is created.
|
Domain |
withDescription(String description)
The client-provided description of the domain.
|
Domain |
withDomainId(String domainId)
The service-generated identifier for the domain.
|
Domain |
withDomainStatus(DomainStatus domainStatus)
The current status of the domain.
|
Domain |
withDomainStatus(String domainStatus)
The current status of the domain.
|
Domain |
withName(String name)
The client-provided name for the domain.
|
Domain |
withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt
your data.
|
Domain |
withUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) for the domain.
arn
- The Amazon Resource Name (ARN) for the domain.public String getArn()
The Amazon Resource Name (ARN) for the domain.
public Domain withArn(String arn)
The Amazon Resource Name (ARN) for the domain.
arn
- The Amazon Resource Name (ARN) for the domain.public void setCreatedAt(Date createdAt)
The timestamp at which the domain is created.
createdAt
- The timestamp at which the domain is created.public Date getCreatedAt()
The timestamp at which the domain is created.
public Domain withCreatedAt(Date createdAt)
The timestamp at which the domain is created.
createdAt
- The timestamp at which the domain is created.public void setDescription(String description)
The client-provided description of the domain.
description
- The client-provided description of the domain.public String getDescription()
The client-provided description of the domain.
public Domain withDescription(String description)
The client-provided description of the domain.
description
- The client-provided description of the domain.public void setDomainId(String domainId)
The service-generated identifier for the domain.
domainId
- The service-generated identifier for the domain.public String getDomainId()
The service-generated identifier for the domain.
public Domain withDomainId(String domainId)
The service-generated identifier for the domain.
domainId
- The service-generated identifier for the domain.public void setDomainStatus(String domainStatus)
The current status of the domain.
domainStatus
- The current status of the domain.DomainStatus
public String getDomainStatus()
The current status of the domain.
DomainStatus
public Domain withDomainStatus(String domainStatus)
The current status of the domain.
domainStatus
- The current status of the domain.DomainStatus
public Domain withDomainStatus(DomainStatus domainStatus)
The current status of the domain.
domainStatus
- The current status of the domain.DomainStatus
public void setName(String name)
The client-provided name for the domain.
name
- The client-provided name for the domain.public String getName()
The client-provided name for the domain.
public Domain withName(String name)
The client-provided name for the domain.
name
- The client-provided name for the domain.public void setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt your data.
serverSideEncryptionConfiguration
- The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to
encrypt your data.public ServerSideEncryptionConfiguration getServerSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt your data.
public Domain withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt your data.
serverSideEncryptionConfiguration
- The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to
encrypt your data.public void setUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
updatedAt
- The timestamp showing the domain's last update.public Date getUpdatedAt()
The timestamp showing the domain's last update.
public Domain withUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
updatedAt
- The timestamp showing the domain's last update.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.