@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 the response contains more data than can be returned in a single response.
|
List<Summary> |
getSummaryList()
A table that shows counts of noncompliant resources.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
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 the response contains more data than can be returned in a single response.
|
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, setSdkResponseMetadatapublic 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 the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public String getPaginationToken()
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
PaginationToken value in a
subsequent request.public GetComplianceSummaryResult withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public String toString()
toString in class ObjectObject.toString()public GetComplianceSummaryResult clone()