StructuredPojo
, ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
@Generated("software.amazon.awssdk:codegen") public class EvaluationResultIdentifier extends Object implements StructuredPojo, ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
Uniquely identifies an evaluation result.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EvaluationResultIdentifier.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EvaluationResultIdentifier.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
EvaluationResultQualifier |
evaluationResultQualifier() |
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated
resource.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
orderingTimestamp() |
The time of the event that triggered the evaluation of your AWS resources.
|
static Class<? extends EvaluationResultIdentifier.Builder> |
serializableBuilderClass() |
|
EvaluationResultIdentifier.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public EvaluationResultQualifier evaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
public 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 EvaluationResultIdentifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
public static EvaluationResultIdentifier.Builder builder()
public static Class<? extends EvaluationResultIdentifier.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.