@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConformancePacksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationConformancePacksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConformancePacksRequest |
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 organization config 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.
|
List<String> |
getOrganizationConformancePackNames()
The name that you assign to an organization conformance pack.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of organization config 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.
|
void |
setOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The name that you assign to an organization conformance pack.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConformancePacksRequest |
withLimit(Integer limit)
The maximum number of organization config packs returned on each page.
|
DescribeOrganizationConformancePacksRequest |
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.
|
DescribeOrganizationConformancePacksRequest |
withOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The name that you assign to an organization conformance pack.
|
DescribeOrganizationConformancePacksRequest |
withOrganizationConformancePackNames(String... organizationConformancePackNames)
The name that you assign to an organization conformance pack.
|
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 DescribeOrganizationConformancePacksRequest()
public List<String> getOrganizationConformancePackNames()
The name that you assign to an organization conformance pack.
public void setOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The name that you assign to an organization conformance pack.
organizationConformancePackNames
- The name that you assign to an organization conformance pack.public DescribeOrganizationConformancePacksRequest withOrganizationConformancePackNames(String... organizationConformancePackNames)
The name that you assign to an organization conformance pack.
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 name that you assign to an organization conformance pack.public DescribeOrganizationConformancePacksRequest withOrganizationConformancePackNames(Collection<String> organizationConformancePackNames)
The name that you assign to an organization conformance pack.
organizationConformancePackNames
- The name that you assign to an organization conformance pack.public void setLimit(Integer limit)
The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of organization config packs 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 organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
public DescribeOrganizationConformancePacksRequest withLimit(Integer limit)
The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of organization config packs 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 DescribeOrganizationConformancePacksRequest 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 DescribeOrganizationConformancePacksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()