@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrustedAdvisorCheckRefreshStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrustedAdvisorCheckRefreshStatus.Builder |
builder() |
String |
checkId()
The unique identifier for the Trusted Advisor check.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
millisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder> |
serializableBuilderClass() |
String |
status()
The status of the Trusted Advisor check for which a refresh has been requested:
|
TrustedAdvisorCheckRefreshStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkId()
The unique identifier for the Trusted Advisor check.
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
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
public final Long millisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
public TrustedAdvisorCheckRefreshStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>public static TrustedAdvisorCheckRefreshStatus.Builder builder()
public static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.