@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrganizationConfigRuleDetailedStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetOrganizationConfigRuleDetailedStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetOrganizationConfigRuleDetailedStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
StatusDetailFilters |
getFilters()
A
StatusDetailFilters object. |
Integer |
getLimit()
The maximum number of
OrganizationConfigRuleDetailedStatus 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. |
String |
getOrganizationConfigRuleName()
The name of your organization Config rule for which you want status details for member accounts.
|
int |
hashCode() |
void |
setFilters(StatusDetailFilters filters)
A
StatusDetailFilters object. |
void |
setLimit(Integer limit)
The maximum number of
OrganizationConfigRuleDetailedStatus 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 |
setOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config rule for which you want status details for member accounts.
|
String |
toString()
Returns a string representation of this object.
|
GetOrganizationConfigRuleDetailedStatusRequest |
withFilters(StatusDetailFilters filters)
A
StatusDetailFilters object. |
GetOrganizationConfigRuleDetailedStatusRequest |
withLimit(Integer limit)
The maximum number of
OrganizationConfigRuleDetailedStatus returned on each page. |
GetOrganizationConfigRuleDetailedStatusRequest |
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. |
GetOrganizationConfigRuleDetailedStatusRequest |
withOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config rule for which you want status details for member accounts.
|
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 GetOrganizationConfigRuleDetailedStatusRequest()
public void setOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config rule for which you want status details for member accounts.
organizationConfigRuleName
- The name of your organization Config rule for which you want status details for member accounts.public String getOrganizationConfigRuleName()
The name of your organization Config rule for which you want status details for member accounts.
public GetOrganizationConfigRuleDetailedStatusRequest withOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config rule for which you want status details for member accounts.
organizationConfigRuleName
- The name of your organization Config rule for which you want status details for member accounts.public void setFilters(StatusDetailFilters filters)
A StatusDetailFilters
object.
filters
- A StatusDetailFilters
object.public StatusDetailFilters getFilters()
A StatusDetailFilters
object.
StatusDetailFilters
object.public GetOrganizationConfigRuleDetailedStatusRequest withFilters(StatusDetailFilters filters)
A StatusDetailFilters
object.
filters
- A StatusDetailFilters
object.public void setLimit(Integer limit)
The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do not
specify a number, Config uses the default. The default is 100.
limit
- The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do
not specify a number, Config uses the default. The default is 100.public Integer getLimit()
The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do not
specify a number, Config uses the default. The default is 100.
OrganizationConfigRuleDetailedStatus
returned on each page. If you do
not specify a number, Config uses the default. The default is 100.public GetOrganizationConfigRuleDetailedStatusRequest withLimit(Integer limit)
The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do not
specify a number, Config uses the default. The default is 100.
limit
- The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do
not 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.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public GetOrganizationConfigRuleDetailedStatusRequest 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 GetOrganizationConfigRuleDetailedStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()