public class DescribeTrustedAdvisorCheckRefreshStatusesResult extends Object implements Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<TrustedAdvisorCheckRefreshStatus> |
getStatuses()
List of the statuses of the Trusted Advisor checks you've specified
for refresh.
|
int |
hashCode() |
void |
setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
List of the statuses of the Trusted Advisor checks you've specified
for refresh.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
List of the statuses of the Trusted Advisor checks you've specified
for refresh.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
List of the statuses of the Trusted Advisor checks you've specified
for refresh.
|
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
public List<TrustedAdvisorCheckRefreshStatus> getStatuses()
public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
statuses
- List of the statuses of the Trusted Advisor checks you've specified
for refresh. Status values are: public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- List of the statuses of the Trusted Advisor checks you've specified
for refresh. Status values are: public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- List of the statuses of the Trusted Advisor checks you've specified
for refresh. Status values are: public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.