@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRetentionConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRetentionConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRetentionConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
List<String> |
getRetentionConfigurationNames()
A list of names of retention configurations for which you want details.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
void |
setRetentionConfigurationNames(Collection<String> retentionConfigurationNames)
A list of names of retention configurations for which you want details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRetentionConfigurationsRequest |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
DescribeRetentionConfigurationsRequest |
withRetentionConfigurationNames(Collection<String> retentionConfigurationNames)
A list of names of retention configurations for which you want details.
|
DescribeRetentionConfigurationsRequest |
withRetentionConfigurationNames(String... retentionConfigurationNames)
A list of names of retention configurations for which you want details.
|
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 DescribeRetentionConfigurationsRequest()
public List<String> getRetentionConfigurationNames()
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
Currently, Config supports only one retention configuration per region in your account.
public void setRetentionConfigurationNames(Collection<String> retentionConfigurationNames)
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
retentionConfigurationNames
- A list of names of retention configurations for which you want details. If you do not specify a name,
Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account.
public DescribeRetentionConfigurationsRequest withRetentionConfigurationNames(String... retentionConfigurationNames)
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
NOTE: This method appends the values to the existing list (if any). Use
setRetentionConfigurationNames(java.util.Collection)
or
withRetentionConfigurationNames(java.util.Collection)
if you want to override the existing values.
retentionConfigurationNames
- A list of names of retention configurations for which you want details. If you do not specify a name,
Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account.
public DescribeRetentionConfigurationsRequest withRetentionConfigurationNames(Collection<String> retentionConfigurationNames)
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
retentionConfigurationNames
- A list of names of retention configurations for which you want details. If you do not specify a name,
Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account.
public void setNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String getNextToken()
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public DescribeRetentionConfigurationsRequest withNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeRetentionConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()