@Generated(value="software.amazon.awssdk:codegen") public class RefreshTrustedAdvisorCheckResponse extends SupportResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
The current refresh status of a Trusted Advisor check.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshTrustedAdvisorCheckResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RefreshTrustedAdvisorCheckResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends RefreshTrustedAdvisorCheckResponse.Builder> |
serializableBuilderClass() |
TrustedAdvisorCheckRefreshStatus |
status()
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
|
RefreshTrustedAdvisorCheckResponse.Builder |
toBuilder() |
String |
toString() |
public TrustedAdvisorCheckRefreshStatus status()
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
public RefreshTrustedAdvisorCheckResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>toBuilder in class AwsResponsepublic static RefreshTrustedAdvisorCheckResponse.Builder builder()
public static Class<? extends RefreshTrustedAdvisorCheckResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.