public class EvaluationResultIdentifier
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Uniquely identifies an evaluation result.
Modifier and Type | Field and Description |
---|---|
private EvaluationResultQualifier |
evaluationResultQualifier
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
private java.util.Date |
orderingTimestamp
The time of the event that triggered the evaluation of your AWS
resources.
|
Constructor and Description |
---|
EvaluationResultIdentifier() |
Modifier and Type | Method and Description |
---|---|
EvaluationResultIdentifier |
clone() |
boolean |
equals(java.lang.Object obj) |
EvaluationResultQualifier |
getEvaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
java.util.Date |
getOrderingTimestamp()
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(java.util.Date orderingTimestamp)
The time of the event that triggered the evaluation of your AWS
resources.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
EvaluationResultIdentifier |
withOrderingTimestamp(java.util.Date orderingTimestamp)
The time of the event that triggered the evaluation of your AWS
resources.
|
private EvaluationResultQualifier evaluationResultQualifier
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
private java.util.Date 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.
public 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.
evaluationResultQualifier
- Identifies an AWS Config rule used to evaluate an AWS resource,
and provides the type and ID of the evaluated resource.public EvaluationResultQualifier getEvaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
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.
evaluationResultQualifier
- Identifies an AWS Config rule used to evaluate an AWS resource,
and provides the type and ID of the evaluated resource.public void setOrderingTimestamp(java.util.Date 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.
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.public java.util.Date 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.
public EvaluationResultIdentifier withOrderingTimestamp(java.util.Date 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.
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.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 EvaluationResultIdentifier clone()
clone
in class java.lang.Object