@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRetentionSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutRetentionSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutRetentionSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
RetentionSettings |
getRetentionSettings()
The retention settings.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setRetentionSettings(RetentionSettings retentionSettings)
The retention settings.
|
String |
toString()
Returns a string representation of this object.
|
PutRetentionSettingsRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
PutRetentionSettingsRequest |
withRetentionSettings(RetentionSettings retentionSettings)
The retention settings.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public PutRetentionSettingsRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public void setRetentionSettings(RetentionSettings retentionSettings)
The retention settings.
retentionSettings - The retention settings.public RetentionSettings getRetentionSettings()
The retention settings.
public PutRetentionSettingsRequest withRetentionSettings(RetentionSettings retentionSettings)
The retention settings.
retentionSettings - The retention settings.public String toString()
toString in class ObjectObject.toString()public PutRetentionSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()