@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComplianceSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetComplianceSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetComplianceSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getPaginationToken()
A string that indicates that there is more data available than this response contains.
|
List<Summary> |
getSummaryList()
A table that shows counts of noncompliant resources.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
void |
setSummaryList(Collection<Summary> summaryList)
A table that shows counts of noncompliant resources.
|
String |
toString()
Returns a string representation of this object.
|
GetComplianceSummaryResult |
withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
GetComplianceSummaryResult |
withSummaryList(Collection<Summary> summaryList)
A table that shows counts of noncompliant resources.
|
GetComplianceSummaryResult |
withSummaryList(Summary... summaryList)
A table that shows counts of noncompliant resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Summary> getSummaryList()
A table that shows counts of noncompliant resources.
public void setSummaryList(Collection<Summary> summaryList)
A table that shows counts of noncompliant resources.
summaryList
- A table that shows counts of noncompliant resources.public GetComplianceSummaryResult withSummaryList(Summary... summaryList)
A table that shows counts of noncompliant resources.
NOTE: This method appends the values to the existing list (if any). Use
setSummaryList(java.util.Collection)
or withSummaryList(java.util.Collection)
if you want to
override the existing values.
summaryList
- A table that shows counts of noncompliant resources.public GetComplianceSummaryResult withSummaryList(Collection<Summary> summaryList)
A table that shows counts of noncompliant resources.
summaryList
- A table that shows counts of noncompliant resources.public void setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
paginationToken
- A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken
value in the request
for the next page.public String getPaginationToken()
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
PaginationToken
value in the
request for the next page.public GetComplianceSummaryResult withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
paginationToken
- A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken
value in the request
for the next page.public String toString()
toString
in class Object
Object.toString()
public GetComplianceSummaryResult clone()