@Generated(value="software.amazon.awssdk:codegen") public final class TrustedAdvisorCheckRefreshStatus extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
millisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder> |
serializableBuilderClass() |
String |
status()
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing",
"success", or "abandoned".
|
TrustedAdvisorCheckRefreshStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String checkId()
The unique identifier for the Trusted Advisor check.
public String status()
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
public Long millisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
public TrustedAdvisorCheckRefreshStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
public static TrustedAdvisorCheckRefreshStatus.Builder builder()
public static Class<? extends TrustedAdvisorCheckRefreshStatus.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.