@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDomainResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateDomainResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateDomainResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the domain was created.
|
String |
getDeadLetterQueueUrl()
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
String |
getDefaultEncryptionKey()
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
Integer |
getDefaultExpirationDays()
The default number of days until the data within the domain expires.
|
String |
getDomainName()
The unique name of the domain.
|
Date |
getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
MatchingResponse |
getMatching()
The process of matching duplicate profiles.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
void |
setDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
void |
setDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
void |
setDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
void |
setMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainResult |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
UpdateDomainResult |
withDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
UpdateDomainResult |
withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
UpdateDomainResult |
withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
UpdateDomainResult |
withDomainName(String domainName)
The unique name of the domain.
|
UpdateDomainResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
UpdateDomainResult |
withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
UpdateDomainResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public UpdateDomainResult withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
defaultExpirationDays
- The default number of days until the data within the domain expires.public Integer getDefaultExpirationDays()
The default number of days until the data within the domain expires.
public UpdateDomainResult withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
defaultExpirationDays
- The default number of days until the data within the domain expires.public void setDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
defaultEncryptionKey
- The default encryption key, which is an AWS managed key, is used when no specific type of encryption key
is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.public String getDefaultEncryptionKey()
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
public UpdateDomainResult withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
defaultEncryptionKey
- The default encryption key, which is an AWS managed key, is used when no specific type of encryption key
is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.public void setDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications.public String getDeadLetterQueueUrl()
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.
public UpdateDomainResult withDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications.public void setMatching(MatchingResponse matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that batch process completes, use the GetMatches API to return and review the results.
matching
- The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a
weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that
batch process completes, use the GetMatches
API to return and review the results.public MatchingResponse getMatching()
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that batch process completes, use the GetMatches API to return and review the results.
public UpdateDomainResult withMatching(MatchingResponse matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that batch process completes, use the GetMatches API to return and review the results.
matching
- The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a
weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that
batch process completes, use the GetMatches
API to return and review the results.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 UpdateDomainResult withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.public Date getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
public UpdateDomainResult withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public UpdateDomainResult withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public UpdateDomainResult addTagsEntry(String key, String value)
public UpdateDomainResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateDomainResult clone()