@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 AWS resource complies with all of the AWS 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 AWS resource complies with all of the AWS 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; useful for testing and debugging.
|
DescribeComplianceByResourceResult |
withComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
|
DescribeComplianceByResourceResult |
withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS 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, setSdkResponseMetadata
public List<ComplianceByResource> getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
public void setComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.public DescribeComplianceByResourceResult withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS 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 AWS resource complies with all of the AWS Config rules that evaluate it.public DescribeComplianceByResourceResult withComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS 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 Object
Object.toString()
public DescribeComplianceByResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.