@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeOrganizationConfigRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigRulesResult |
clone() |
boolean |
equals(Object obj) |
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<OrganizationConfigRule> |
getOrganizationConfigRules()
Returns a list of
OrganizationConfigRule objects. |
int |
hashCode() |
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 |
setOrganizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigRulesResult |
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. |
DescribeOrganizationConfigRulesResult |
withOrganizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
DescribeOrganizationConfigRulesResult |
withOrganizationConfigRules(OrganizationConfigRule... organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeOrganizationConfigRulesResult()
public List<OrganizationConfigRule> getOrganizationConfigRules()
Returns a list of OrganizationConfigRule objects.
OrganizationConfigRule objects.public void setOrganizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of OrganizationConfigRule objects.
organizationConfigRules - Returns a list of OrganizationConfigRule objects.public DescribeOrganizationConfigRulesResult withOrganizationConfigRules(OrganizationConfigRule... organizationConfigRules)
Returns a list of OrganizationConfigRule objects.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationConfigRules(java.util.Collection) or
withOrganizationConfigRules(java.util.Collection) if you want to override the existing values.
organizationConfigRules - Returns a list of OrganizationConfigRule objects.public DescribeOrganizationConfigRulesResult withOrganizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of OrganizationConfigRule objects.
organizationConfigRules - Returns a list of OrganizationConfigRule objects.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 DescribeOrganizationConfigRulesResult 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 DescribeOrganizationConfigRulesResult clone()