@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationResultIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Uniquely identifies an evaluation result.
Constructor and Description |
---|
EvaluationResultIdentifier() |
Modifier and Type | Method and Description |
---|---|
EvaluationResultIdentifier |
clone() |
boolean |
equals(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.
|
Date |
getOrderingTimestamp()
The time of the event that triggered the evaluation of your AWS resources.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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(Date orderingTimestamp)
The time of the event that triggered the evaluation of your AWS resources.
|
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(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 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(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 String toString()
toString
in class Object
Object.toString()
public EvaluationResultIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.