@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAggregateComplianceByConfigRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAggregateComplianceByConfigRulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAggregateComplianceByConfigRulesResult |
clone() |
boolean |
equals(Object obj) |
List<AggregateComplianceByConfigRule> |
getAggregateComplianceByConfigRules()
Returns a list of AggregateComplianceByConfigRule object.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
int |
hashCode() |
void |
setAggregateComplianceByConfigRules(Collection<AggregateComplianceByConfigRule> aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
|
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. |
String |
toString()
Returns a string representation of this object.
|
DescribeAggregateComplianceByConfigRulesResult |
withAggregateComplianceByConfigRules(AggregateComplianceByConfigRule... aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
|
DescribeAggregateComplianceByConfigRulesResult |
withAggregateComplianceByConfigRules(Collection<AggregateComplianceByConfigRule> aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
|
DescribeAggregateComplianceByConfigRulesResult |
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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAggregateComplianceByConfigRulesResult()
public List<AggregateComplianceByConfigRule> getAggregateComplianceByConfigRules()
Returns a list of AggregateComplianceByConfigRule object.
public void setAggregateComplianceByConfigRules(Collection<AggregateComplianceByConfigRule> aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
aggregateComplianceByConfigRules
- Returns a list of AggregateComplianceByConfigRule object.public DescribeAggregateComplianceByConfigRulesResult withAggregateComplianceByConfigRules(AggregateComplianceByConfigRule... aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
NOTE: This method appends the values to the existing list (if any). Use
setAggregateComplianceByConfigRules(java.util.Collection)
or
withAggregateComplianceByConfigRules(java.util.Collection)
if you want to override the existing values.
aggregateComplianceByConfigRules
- Returns a list of AggregateComplianceByConfigRule object.public DescribeAggregateComplianceByConfigRulesResult withAggregateComplianceByConfigRules(Collection<AggregateComplianceByConfigRule> aggregateComplianceByConfigRules)
Returns a list of AggregateComplianceByConfigRule object.
aggregateComplianceByConfigRules
- Returns a list of AggregateComplianceByConfigRule object.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 DescribeAggregateComplianceByConfigRulesResult 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 DescribeAggregateComplianceByConfigRulesResult clone()