@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAggregateConfigRuleComplianceSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAggregateConfigRuleComplianceSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAggregateConfigRuleComplianceSummaryResult |
clone() |
boolean |
equals(Object obj) |
List<AggregateComplianceCount> |
getAggregateComplianceCounts()
Returns a list of AggregateComplianceCounts object.
|
String |
getGroupByKey()
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
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 |
setAggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
void |
setGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
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.
|
GetAggregateConfigRuleComplianceSummaryResult |
withAggregateComplianceCounts(AggregateComplianceCount... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
GetAggregateConfigRuleComplianceSummaryResult |
withAggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
GetAggregateConfigRuleComplianceSummaryResult |
withGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
GetAggregateConfigRuleComplianceSummaryResult |
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, setSdkResponseMetadatapublic GetAggregateConfigRuleComplianceSummaryResult()
public void setGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey - Groups the result based on ACCOUNT_ID or AWS_REGION.public String getGroupByKey()
Groups the result based on ACCOUNT_ID or AWS_REGION.
public GetAggregateConfigRuleComplianceSummaryResult withGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey - Groups the result based on ACCOUNT_ID or AWS_REGION.public List<AggregateComplianceCount> getAggregateComplianceCounts()
Returns a list of AggregateComplianceCounts object.
public void setAggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
aggregateComplianceCounts - Returns a list of AggregateComplianceCounts object.public GetAggregateConfigRuleComplianceSummaryResult withAggregateComplianceCounts(AggregateComplianceCount... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
NOTE: This method appends the values to the existing list (if any). Use
setAggregateComplianceCounts(java.util.Collection) or
withAggregateComplianceCounts(java.util.Collection) if you want to override the existing values.
aggregateComplianceCounts - Returns a list of AggregateComplianceCounts object.public GetAggregateConfigRuleComplianceSummaryResult withAggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
aggregateComplianceCounts - Returns a list of AggregateComplianceCounts 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 GetAggregateConfigRuleComplianceSummaryResult 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 GetAggregateConfigRuleComplianceSummaryResult clone()
Copyright © 2024. All rights reserved.