@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 of when the domain was created.
|
String |
getDescription()
The description of the domain.
|
String |
getDomainId()
The identifier of the domain.
|
String |
getDomainStatus()
The current status of the domain.
|
String |
getName()
The 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.
|
ServerSideEncryptionUpdateDetails |
getServerSideEncryptionUpdateDetails()
Details about the most recent server-side encryption configuration update.
|
Date |
getUpdatedAt()
The timestamp of when the domain was last update.
|
WatchlistDetails |
getWatchlistDetails()
The watchlist details of a domain.
|
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 of when the domain was created.
|
void |
setDescription(String description)
The description of the domain.
|
void |
setDomainId(String domainId)
The identifier of the domain.
|
void |
setDomainStatus(String domainStatus)
The current status of the domain.
|
void |
setName(String name)
The 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 |
setServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the domain was last update.
|
void |
setWatchlistDetails(WatchlistDetails watchlistDetails)
The watchlist details of a domain.
|
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 of when the domain was created.
|
Domain |
withDescription(String description)
The description of the domain.
|
Domain |
withDomainId(String domainId)
The identifier of 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 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 |
withServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
Domain |
withUpdatedAt(Date updatedAt)
The timestamp of when the domain was last update.
|
Domain |
withWatchlistDetails(WatchlistDetails watchlistDetails)
The watchlist details of a domain.
|
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 of when the domain was created.
createdAt
- The timestamp of when the domain was created.public Date getCreatedAt()
The timestamp of when the domain was created.
public Domain withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public void setDescription(String description)
The description of the domain.
description
- The description of the domain.public String getDescription()
The description of the domain.
public Domain withDescription(String description)
The description of the domain.
description
- The description of the domain.public void setDomainId(String domainId)
The identifier of the domain.
domainId
- The identifier of the domain.public String getDomainId()
The identifier of the domain.
public Domain withDomainId(String domainId)
The identifier of the domain.
domainId
- The identifier of 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 name for the domain.
name
- The name for the domain.public String getName()
The name for the domain.
public Domain withName(String name)
The name for the domain.
name
- The 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 setServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.
serverSideEncryptionUpdateDetails
- Details about the most recent server-side encryption configuration update. When the server-side encryption
configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When
this update is complete, the domain's data can only be accessed using the new KMS key.public ServerSideEncryptionUpdateDetails getServerSideEncryptionUpdateDetails()
Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.
public Domain withServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.
serverSideEncryptionUpdateDetails
- Details about the most recent server-side encryption configuration update. When the server-side encryption
configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When
this update is complete, the domain's data can only be accessed using the new KMS key.public void setUpdatedAt(Date updatedAt)
The timestamp of when the domain was last update.
updatedAt
- The timestamp of when the domain was last update.public Date getUpdatedAt()
The timestamp of when the domain was last update.
public Domain withUpdatedAt(Date updatedAt)
The timestamp of when the domain was last update.
updatedAt
- The timestamp of when the domain was last update.public void setWatchlistDetails(WatchlistDetails watchlistDetails)
The watchlist details of a domain. Contains the default watchlist ID of the domain.
watchlistDetails
- The watchlist details of a domain. Contains the default watchlist ID of the domain.public WatchlistDetails getWatchlistDetails()
The watchlist details of a domain. Contains the default watchlist ID of the domain.
public Domain withWatchlistDetails(WatchlistDetails watchlistDetails)
The watchlist details of a domain. Contains the default watchlist ID of the domain.
watchlistDetails
- The watchlist details of a domain. Contains the default watchlist ID of the domain.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.