@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationConfigRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigRulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit() |
String |
getNextToken() |
List<String> |
getOrganizationConfigRuleNames() |
int |
hashCode() |
void |
setLimit(Integer limit) |
void |
setNextToken(String nextToken) |
void |
setOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames) |
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigRulesRequest |
withLimit(Integer limit) |
DescribeOrganizationConfigRulesRequest |
withNextToken(String nextToken) |
DescribeOrganizationConfigRulesRequest |
withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames) |
DescribeOrganizationConfigRulesRequest |
withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
NOTE: This method appends the values to the existing list (if any).
|
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 DescribeOrganizationConfigRulesRequest()
public void setOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
organizationConfigRuleNames
- public DescribeOrganizationConfigRulesRequest withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationConfigRuleNames(java.util.Collection)
or
withOrganizationConfigRuleNames(java.util.Collection)
if you want to override the existing values.
organizationConfigRuleNames
- public DescribeOrganizationConfigRulesRequest withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
organizationConfigRuleNames
- public void setLimit(Integer limit)
limit
- public Integer getLimit()
public DescribeOrganizationConfigRulesRequest withLimit(Integer limit)
limit
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeOrganizationConfigRulesRequest withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.