Class EvaluationResultQualifier
java.lang.Object
com.amazonaws.services.config.model.EvaluationResultQualifier
- All Implemented Interfaces:
Serializable
,Cloneable
Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the AWS Config rule that was used in the evaluation.The ID of the evaluated AWS resource.The type of AWS resource that was evaluated.int
hashCode()
void
setConfigRuleName
(String configRuleName) The name of the AWS Config rule that was used in the evaluation.void
setResourceId
(String resourceId) The ID of the evaluated AWS resource.void
setResourceType
(String resourceType) The type of AWS resource that was evaluated.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigRuleName
(String configRuleName) The name of the AWS Config rule that was used in the evaluation.withResourceId
(String resourceId) The ID of the evaluated AWS resource.withResourceType
(String resourceType) The type of AWS resource that was evaluated.
-
Constructor Details
-
EvaluationResultQualifier
public EvaluationResultQualifier()
-
-
Method Details
-
setConfigRuleName
The name of the AWS Config rule that was used in the evaluation.
- Parameters:
configRuleName
- The name of the AWS Config rule that was used in the evaluation.
-
getConfigRuleName
The name of the AWS Config rule that was used in the evaluation.
- Returns:
- The name of the AWS Config rule that was used in the evaluation.
-
withConfigRuleName
The name of the AWS Config rule that was used in the evaluation.
- Parameters:
configRuleName
- The name of the AWS Config rule that was used in the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceType
The type of AWS resource that was evaluated.
- Parameters:
resourceType
- The type of AWS resource that was evaluated.
-
getResourceType
The type of AWS resource that was evaluated.
- Returns:
- The type of AWS resource that was evaluated.
-
withResourceType
The type of AWS resource that was evaluated.
- Parameters:
resourceType
- The type of AWS resource that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceId
The ID of the evaluated AWS resource.
- Parameters:
resourceId
- The ID of the evaluated AWS resource.
-
getResourceId
The ID of the evaluated AWS resource.
- Returns:
- The ID of the evaluated AWS resource.
-
withResourceId
The ID of the evaluated AWS resource.
- Parameters:
resourceId
- The ID of the evaluated AWS resource.- 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
-