@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a domain.
Constructor and Description |
---|
DomainSummary() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the domain.
|
Date |
getCreatedAt()
The timestamp showing when 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.
|
ServerSideEncryptionUpdateDetails |
getServerSideEncryptionUpdateDetails()
Details about the most recent server-side encryption configuration update.
|
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 showing when 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 |
setServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
|
String |
toString()
Returns a string representation of this object.
|
DomainSummary |
withArn(String arn)
The Amazon Resource Name (ARN) for the domain.
|
DomainSummary |
withCreatedAt(Date createdAt)
The timestamp showing when the domain is created.
|
DomainSummary |
withDescription(String description)
The client-provided description of the domain.
|
DomainSummary |
withDomainId(String domainId)
The service-generated identifier for the domain.
|
DomainSummary |
withDomainStatus(DomainStatus domainStatus)
The current status of the domain.
|
DomainSummary |
withDomainStatus(String domainStatus)
The current status of the domain.
|
DomainSummary |
withName(String name)
The client-provided name for the domain.
|
DomainSummary |
withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
DomainSummary |
withServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
DomainSummary |
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 DomainSummary 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 showing when the domain is created.
createdAt
- The timestamp showing when the domain is created.public Date getCreatedAt()
The timestamp showing when the domain is created.
public DomainSummary withCreatedAt(Date createdAt)
The timestamp showing when the domain is created.
createdAt
- The timestamp showing when 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 DomainSummary 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 DomainSummary 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 DomainSummary withDomainStatus(String domainStatus)
The current status of the domain.
domainStatus
- The current status of the domain.DomainStatus
public DomainSummary 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 DomainSummary 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 DomainSummary 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 DomainSummary 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 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 DomainSummary 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 DomainSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.