Class TrustedAdvisorCheckRefreshStatus
- java.lang.Object
-
- software.amazon.awssdk.services.support.model.TrustedAdvisorCheckRefreshStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
@Generated("software.amazon.awssdk:codegen") public final class TrustedAdvisorCheckRefreshStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
The refresh status of a Trusted Advisor check.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrustedAdvisorCheckRefreshStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustedAdvisorCheckRefreshStatus.Builderbuilder()StringcheckId()The unique identifier for the Trusted Advisor check.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongmillisUntilNextRefreshable()The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.List<SdkField<?>>sdkFields()static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder>serializableBuilderClass()Stringstatus()The status of the Trusted Advisor check for which a refresh has been requested:TrustedAdvisorCheckRefreshStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
checkId
public final String checkId()
The unique identifier for the Trusted Advisor check.
- Returns:
- The unique identifier for the Trusted Advisor check.
-
status
public final String status()
The status of the Trusted Advisor check for which a refresh has been requested:
-
none- The check is not refreshed or the non-success status exceeds the timeout -
enqueued- The check refresh requests has entered the refresh queue -
processing- The check refresh request is picked up by the rule processing engine -
success- The check is successfully refreshed -
abandoned- The check refresh has failed
- Returns:
- The status of the Trusted Advisor check for which a refresh has been requested:
-
none- The check is not refreshed or the non-success status exceeds the timeout -
enqueued- The check refresh requests has entered the refresh queue -
processing- The check refresh request is picked up by the rule processing engine -
success- The check is successfully refreshed -
abandoned- The check refresh has failed
-
-
-
millisUntilNextRefreshable
public final Long millisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
- Returns:
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
-
toBuilder
public TrustedAdvisorCheckRefreshStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
-
builder
public static TrustedAdvisorCheckRefreshStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder> serializableBuilderClass()
-
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.
-
-