@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 Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the
evaluated resource.
|
Date |
getOrderingTimestamp()
The time of the event that triggered the evaluation of your Amazon Web Services resources.
|
String |
getResourceEvaluationId()
A Unique ID for an evaluation result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources.
|
void |
setResourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationResultIdentifier |
withEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources.
|
EvaluationResultIdentifier |
withResourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
|
public void setEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
evaluationResultQualifier
- Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID
of the evaluated resource.public EvaluationResultQualifier getEvaluationResultQualifier()
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
public EvaluationResultIdentifier withEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
evaluationResultQualifier
- Identifies an Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
orderingTimestamp
- The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can
indicate when Config delivered a configuration item change notification, or it can indicate when 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 Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when 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 Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
orderingTimestamp
- The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can
indicate when Config delivered a configuration item change notification, or it can indicate when Config
delivered the configuration snapshot, depending on which event triggered the evaluation.public void setResourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
resourceEvaluationId
- A Unique ID for an evaluation result.public String getResourceEvaluationId()
A Unique ID for an evaluation result.
public EvaluationResultIdentifier withResourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
resourceEvaluationId
- A Unique ID for an evaluation result.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.