StructuredPojo
, ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
@Generated("software.amazon.awssdk:codegen") public class TrustedAdvisorCheckRefreshStatus extends Object implements StructuredPojo, ToCopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
The refresh status of a Trusted Advisor check.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TrustedAdvisorCheckRefreshStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TrustedAdvisorCheckRefreshStatus.Builder |
builder() |
|
String |
checkId() |
The unique identifier for the Trusted Advisor check.
|
boolean |
equals(Object obj) |
|
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() |
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.