Class DescribeTrustedAdvisorCheckRefreshStatusesResult
java.lang.Object
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesResult
- All Implemented Interfaces:
Serializable, Cloneable
public class DescribeTrustedAdvisorCheckRefreshStatusesResult
extends Object
implements Serializable, Cloneable
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe refresh status of the specified Trusted Advisor checks.inthashCode()voidThe refresh status of the specified Trusted Advisor checks.toString()Returns a string representation of this object; useful for testing and debugging.withStatuses(TrustedAdvisorCheckRefreshStatus... statuses) The refresh status of the specified Trusted Advisor checks.The refresh status of the specified Trusted Advisor checks.
-
Constructor Details
-
DescribeTrustedAdvisorCheckRefreshStatusesResult
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
-
-
Method Details
-
getStatuses
The refresh status of the specified Trusted Advisor checks.
- Returns:
- The refresh status of the specified Trusted Advisor checks.
-
setStatuses
The refresh status of the specified Trusted Advisor checks.
- Parameters:
statuses- The refresh status of the specified Trusted Advisor checks.
-
withStatuses
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)orwithStatuses(java.util.Collection)if you want to override the existing values.- Parameters:
statuses- The refresh status of the specified Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStatuses
public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) The refresh status of the specified Trusted Advisor checks.
- Parameters:
statuses- The refresh status of the specified Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-