public class DescribeComplianceByResourceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ComplianceByResource> |
complianceByResources
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
private java.lang.String |
nextToken
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
Constructor and Description |
---|
DescribeComplianceByResourceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByResourceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ComplianceByResource> |
getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
java.lang.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(java.util.Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
void |
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeComplianceByResourceResult |
withComplianceByResources(java.util.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(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
private SdkInternalList<ComplianceByResource> complianceByResources
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
private java.lang.String nextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
public java.util.List<ComplianceByResource> getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
public void setComplianceByResources(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeComplianceByResourceResult clone()
clone
in class java.lang.Object