Class DescribeComplianceByResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.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.toString()
Returns a string representation of this object; useful for testing and debugging.withComplianceByResources
(ComplianceByResource... complianceByResources) Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.withComplianceByResources
(Collection<ComplianceByResource> complianceByResources) Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.withNextToken
(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.
-
Constructor Details
-
DescribeComplianceByResourceResult
public DescribeComplianceByResourceResult()
-
-
Method Details
-
getComplianceByResources
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
- Returns:
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
-
setComplianceByResources
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
- Parameters:
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
-
withComplianceByResources
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)
orwithComplianceByResources(java.util.Collection)
if you want to override the existing values.- Parameters:
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withComplianceByResources
public DescribeComplianceByResourceResult withComplianceByResources(Collection<ComplianceByResource> complianceByResources) Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
- Parameters:
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
getNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Returns:
- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
withNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-