ToCopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
@Generated("software.amazon.awssdk:codegen") public class RefreshTrustedAdvisorCheckResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
The current refresh status of a Trusted Advisor check.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RefreshTrustedAdvisorCheckResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RefreshTrustedAdvisorCheckResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
public static RefreshTrustedAdvisorCheckResponse.Builder builder()
public static Class<? extends RefreshTrustedAdvisorCheckResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.