@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConformancePackComplianceSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetConformancePackComplianceSummaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConformancePackComplianceSummaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConformancePackNames()
Names of conformance packs.
|
Integer |
getLimit()
The maximum number of conformance packs returned on each page.
|
String |
getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
int |
hashCode() |
void |
setConformancePackNames(Collection<String> conformancePackNames)
Names of conformance packs.
|
void |
setLimit(Integer limit)
The maximum number of conformance packs returned on each page.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
GetConformancePackComplianceSummaryRequest |
withConformancePackNames(Collection<String> conformancePackNames)
Names of conformance packs.
|
GetConformancePackComplianceSummaryRequest |
withConformancePackNames(String... conformancePackNames)
Names of conformance packs.
|
GetConformancePackComplianceSummaryRequest |
withLimit(Integer limit)
The maximum number of conformance packs returned on each page.
|
GetConformancePackComplianceSummaryRequest |
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.
|
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 GetConformancePackComplianceSummaryRequest()
public List<String> getConformancePackNames()
Names of conformance packs.
public void setConformancePackNames(Collection<String> conformancePackNames)
Names of conformance packs.
conformancePackNames - Names of conformance packs.public GetConformancePackComplianceSummaryRequest withConformancePackNames(String... conformancePackNames)
Names of 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 - Names of conformance packs.public GetConformancePackComplianceSummaryRequest withConformancePackNames(Collection<String> conformancePackNames)
Names of conformance packs.
conformancePackNames - Names of 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 GetConformancePackComplianceSummaryRequest 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 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.
public GetConformancePackComplianceSummaryRequest 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 ObjectObject.toString()public GetConformancePackComplianceSummaryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()