@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTrustedAdvisorCheckRefreshStatusesResponse extends SupportResponse implements ToCopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder> |
serializableBuilderClass() |
List<TrustedAdvisorCheckRefreshStatus> |
statuses()
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
toBuilder() |
String |
toString() |
sdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<TrustedAdvisorCheckRefreshStatus> statuses()
The refresh status of the specified Trusted Advisor checks.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>toBuilder in class AwsResponsepublic static DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder builder()
public static Class<? extends DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.