public class DescribeTrustedAdvisorCheckRefreshStatusesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TrustedAdvisorCheckRefreshStatus> |
statuses
The refresh status of the specified Trusted Advisor checks.
|
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<TrustedAdvisorCheckRefreshStatus> |
getStatuses()
The refresh status of the specified Trusted Advisor checks.
|
int |
hashCode() |
void |
setStatuses(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
|
private SdkInternalList<TrustedAdvisorCheckRefreshStatus> statuses
The refresh status of the specified Trusted Advisor checks.
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
public java.util.List<TrustedAdvisorCheckRefreshStatus> getStatuses()
The refresh status of the specified Trusted Advisor checks.
public void setStatuses(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
statuses
- The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
NOTE: This method appends the values to the existing list (if
any). Use setStatuses(java.util.Collection)
or
withStatuses(java.util.Collection)
if you want to override the
existing values.
statuses
- The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
statuses
- The refresh status of the specified Trusted Advisor checks.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTrustedAdvisorCheckRefreshStatusesResult clone()
clone
in class java.lang.Object