Class GetResourceEvaluationSummaryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.config.model.ConfigResponse
-
- software.amazon.awssdk.services.config.model.GetResourceEvaluationSummaryResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetResourceEvaluationSummaryResponse.Builder,GetResourceEvaluationSummaryResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetResourceEvaluationSummaryResponse extends ConfigResponse implements ToCopyableBuilder<GetResourceEvaluationSummaryResponse.Builder,GetResourceEvaluationSummaryResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetResourceEvaluationSummaryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetResourceEvaluationSummaryResponse.Builderbuilder()ComplianceTypecompliance()The compliance status of the resource evaluation summary.StringcomplianceAsString()The compliance status of the resource evaluation summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationContextevaluationContext()Returns anEvaluationContextobject.EvaluationModeevaluationMode()Lists results of the mode that you requested to retrieve the resource evaluation summary.StringevaluationModeAsString()Lists results of the mode that you requested to retrieve the resource evaluation summary.InstantevaluationStartTimestamp()The start timestamp when Config rule starts evaluating compliance for the provided resource details.EvaluationStatusevaluationStatus()Returns anEvaluationStatusobject.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceDetailsresourceDetails()Returns aResourceDetailsobject.StringresourceEvaluationId()The uniqueResourceEvaluationIdof Amazon Web Services resource execution for which you want to retrieve the evaluation summary.List<SdkField<?>>sdkFields()static Class<? extends GetResourceEvaluationSummaryResponse.Builder>serializableBuilderClass()GetResourceEvaluationSummaryResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.config.model.ConfigResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceEvaluationId
public final String resourceEvaluationId()
The unique
ResourceEvaluationIdof Amazon Web Services resource execution for which you want to retrieve the evaluation summary.- Returns:
- The unique
ResourceEvaluationIdof Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
-
evaluationMode
public final EvaluationMode evaluationMode()
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
If the service returns an enum value that is not available in the current SDK version,
evaluationModewill returnEvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationModeAsString().- Returns:
- Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
- See Also:
EvaluationMode
-
evaluationModeAsString
public final String evaluationModeAsString()
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
If the service returns an enum value that is not available in the current SDK version,
evaluationModewill returnEvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationModeAsString().- Returns:
- Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
- See Also:
EvaluationMode
-
evaluationStatus
public final EvaluationStatus evaluationStatus()
Returns an
EvaluationStatusobject.- Returns:
- Returns an
EvaluationStatusobject.
-
evaluationStartTimestamp
public final Instant evaluationStartTimestamp()
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
- Returns:
- The start timestamp when Config rule starts evaluating compliance for the provided resource details.
-
compliance
public final ComplianceType compliance()
The compliance status of the resource evaluation summary.
If the service returns an enum value that is not available in the current SDK version,
compliancewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceAsString().- Returns:
- The compliance status of the resource evaluation summary.
- See Also:
ComplianceType
-
complianceAsString
public final String complianceAsString()
The compliance status of the resource evaluation summary.
If the service returns an enum value that is not available in the current SDK version,
compliancewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceAsString().- Returns:
- The compliance status of the resource evaluation summary.
- See Also:
ComplianceType
-
evaluationContext
public final EvaluationContext evaluationContext()
Returns an
EvaluationContextobject.- Returns:
- Returns an
EvaluationContextobject.
-
resourceDetails
public final ResourceDetails resourceDetails()
Returns a
ResourceDetailsobject.- Returns:
- Returns a
ResourceDetailsobject.
-
toBuilder
public GetResourceEvaluationSummaryResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetResourceEvaluationSummaryResponse.Builder,GetResourceEvaluationSummaryResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetResourceEvaluationSummaryResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetResourceEvaluationSummaryResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-