@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConformancePacksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConformancePacksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConformancePacksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConformancePackNames()
Comma-separated list of conformance pack names for which you want details.
|
Integer |
getLimit()
The maximum number of conformance packs returned on each page.
|
String |
getNextToken()
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
int |
hashCode() |
void |
setConformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details.
|
void |
setLimit(Integer limit)
The maximum number of conformance packs returned on each page.
|
void |
setNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
String |
toString()
Returns a string representation of this object.
|
DescribeConformancePacksRequest |
withConformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details.
|
DescribeConformancePacksRequest |
withConformancePackNames(String... conformancePackNames)
Comma-separated list of conformance pack names for which you want details.
|
DescribeConformancePacksRequest |
withLimit(Integer limit)
The maximum number of conformance packs returned on each page.
|
DescribeConformancePacksRequest |
withNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
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 List<String> getConformancePackNames()
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
public void setConformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
conformancePackNames
- Comma-separated list of conformance pack names for which you want details. If you do not specify any
names, Config returns details for all your conformance packs.public DescribeConformancePacksRequest withConformancePackNames(String... conformancePackNames)
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackNames(java.util.Collection)
or withConformancePackNames(java.util.Collection)
if you want to override the existing values.
conformancePackNames
- Comma-separated list of conformance pack names for which you want details. If you do not specify any
names, Config returns details for all your conformance packs.public DescribeConformancePacksRequest withConformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
conformancePackNames
- Comma-separated list of conformance pack names for which you want details. If you do not specify any
names, Config returns details for all your conformance packs.public void setLimit(Integer limit)
The maximum number of conformance packs returned on each page.
limit
- The maximum number of conformance packs returned on each page.public Integer getLimit()
The maximum number of conformance packs returned on each page.
public DescribeConformancePacksRequest withLimit(Integer limit)
The maximum number of conformance packs returned on each page.
limit
- The maximum number of conformance packs returned on each page.public void setNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String getNextToken()
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public DescribeConformancePacksRequest withNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeConformancePacksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()