@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRetentionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutRetentionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutRetentionConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getRetentionPeriodInDays()
Number of days Config stores your historical information.
|
int |
hashCode() |
void |
setRetentionPeriodInDays(Integer retentionPeriodInDays)
Number of days Config stores your historical information.
|
String |
toString()
Returns a string representation of this object.
|
PutRetentionConfigurationRequest |
withRetentionPeriodInDays(Integer retentionPeriodInDays)
Number of days Config stores your historical information.
|
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, withSdkRequestTimeout
public void setRetentionPeriodInDays(Integer retentionPeriodInDays)
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
retentionPeriodInDays
- Number of days Config stores your historical information. Currently, only applicable to the configuration item history.
public Integer getRetentionPeriodInDays()
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
Currently, only applicable to the configuration item history.
public PutRetentionConfigurationRequest withRetentionPeriodInDays(Integer retentionPeriodInDays)
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
retentionPeriodInDays
- Number of days Config stores your historical information. Currently, only applicable to the configuration item history.
public String toString()
toString
in class Object
Object.toString()
public PutRetentionConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()