Class EvaluationResultIdentifier
- All Implemented Interfaces:
Serializable
,Cloneable
Uniquely identifies an evaluation result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.The time of the event that triggered the evaluation of your AWS resources.int
hashCode()
void
setEvaluationResultQualifier
(EvaluationResultQualifier evaluationResultQualifier) Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.void
setOrderingTimestamp
(Date orderingTimestamp) The time of the event that triggered the evaluation of your AWS resources.toString()
Returns a string representation of this object; useful for testing and debugging.withEvaluationResultQualifier
(EvaluationResultQualifier evaluationResultQualifier) Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.withOrderingTimestamp
(Date orderingTimestamp) The time of the event that triggered the evaluation of your AWS resources.
-
Constructor Details
-
EvaluationResultIdentifier
public EvaluationResultIdentifier()
-
-
Method Details
-
setEvaluationResultQualifier
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
- Parameters:
evaluationResultQualifier
- Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
-
getEvaluationResultQualifier
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
- Returns:
- Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
-
withEvaluationResultQualifier
public EvaluationResultIdentifier withEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier) Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
- Parameters:
evaluationResultQualifier
- Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOrderingTimestamp
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
- Parameters:
orderingTimestamp
- The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
-
getOrderingTimestamp
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
- Returns:
- The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
-
withOrderingTimestamp
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
- Parameters:
orderingTimestamp
- The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.- 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
-