@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComplianceSummariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListComplianceSummariesResult() |
Modifier and Type | Method and Description |
---|---|
ListComplianceSummariesResult |
clone() |
boolean |
equals(Object obj) |
List<ComplianceSummaryItem> |
getComplianceSummaryItems()
A list of compliant and non-compliant summary counts based on compliance types.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setComplianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListComplianceSummariesResult |
withComplianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
ListComplianceSummariesResult |
withComplianceSummaryItems(ComplianceSummaryItem... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
ListComplianceSummariesResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ComplianceSummaryItem> getComplianceSummaryItems()
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
public void setComplianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
complianceSummaryItems
- A list of compliant and non-compliant summary counts based on compliance types. For example, this call
returns State Manager associations, patches, or custom compliance types according to the filter criteria
that you specified.public ListComplianceSummariesResult withComplianceSummaryItems(ComplianceSummaryItem... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
NOTE: This method appends the values to the existing list (if any). Use
setComplianceSummaryItems(java.util.Collection)
or
withComplianceSummaryItems(java.util.Collection)
if you want to override the existing values.
complianceSummaryItems
- A list of compliant and non-compliant summary counts based on compliance types. For example, this call
returns State Manager associations, patches, or custom compliance types according to the filter criteria
that you specified.public ListComplianceSummariesResult withComplianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
complianceSummaryItems
- A list of compliant and non-compliant summary counts based on compliance types. For example, this call
returns State Manager associations, patches, or custom compliance types according to the filter criteria
that you specified.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListComplianceSummariesResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListComplianceSummariesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.