@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComplianceByResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeComplianceByResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeComplianceByResourceResult |
clone() |
boolean |
equals(Object obj) |
List<ComplianceByResource> |
getComplianceByResources()
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate
it.
|
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate
it.
|
void |
setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComplianceByResourceResult |
withComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate
it.
|
DescribeComplianceByResourceResult |
withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate
it.
|
DescribeComplianceByResourceResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ComplianceByResource> getComplianceByResources()
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
public void setComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that
evaluate it.public DescribeComplianceByResourceResult withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
NOTE: This method appends the values to the existing list (if any). Use
setComplianceByResources(java.util.Collection) or
withComplianceByResources(java.util.Collection) if you want to override the existing values.
complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that
evaluate it.public DescribeComplianceByResourceResult withComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that
evaluate it.public void setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
public DescribeComplianceByResourceResult withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeComplianceByResourceResult clone()