@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConformancePackStatusesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationConformancePackStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConformancePackStatusesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of OrganizationConformancePackStatuses 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.
|
List<String> |
getOrganizationConformancePackNames()
The names of organization conformance packs for which you want status details.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of OrganizationConformancePackStatuses 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.
|
void |
setOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConformancePackStatusesRequest |
withLimit(Integer limit)
The maximum number of OrganizationConformancePackStatuses returned on each page.
|
DescribeOrganizationConformancePackStatusesRequest |
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.
|
DescribeOrganizationConformancePackStatusesRequest |
withOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details.
|
DescribeOrganizationConformancePackStatusesRequest |
withOrganizationConformancePackNames(String... organizationConformancePackNames)
The names of organization conformance packs for which you want status 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 DescribeOrganizationConformancePackStatusesRequest()
public List<String> getOrganizationConformancePackNames()
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
public void setOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
organizationConformancePackNames
- The names of organization conformance packs for which you want status details. If you do not specify any
names, Config returns details for all your organization conformance packs.public DescribeOrganizationConformancePackStatusesRequest withOrganizationConformancePackNames(String... organizationConformancePackNames)
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationConformancePackNames(java.util.Collection)
or
withOrganizationConformancePackNames(java.util.Collection)
if you want to override the existing values.
organizationConformancePackNames
- The names of organization conformance packs for which you want status details. If you do not specify any
names, Config returns details for all your organization conformance packs.public DescribeOrganizationConformancePackStatusesRequest withOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
organizationConformancePackNames
- The names of organization conformance packs for which you want status details. If you do not specify any
names, Config returns details for all your organization conformance packs.public void setLimit(Integer limit)
The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a
number, Config uses the default. The default is 100.public Integer getLimit()
The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.
public DescribeOrganizationConformancePackStatusesRequest withLimit(Integer limit)
The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a
number, Config uses the default. The default is 100.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 DescribeOrganizationConformancePackStatusesRequest 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 DescribeOrganizationConformancePackStatusesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()