|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesResult
public class DescribeTrustedAdvisorCheckRefreshStatusesResult
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
DescribeTrustedAdvisorCheckRefreshStatusesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<TrustedAdvisorCheckRefreshStatus> |
getStatuses()
The refresh status of the specified Trusted Advisor checks. |
int |
hashCode()
|
void |
setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
Method Detail |
---|
public List<TrustedAdvisorCheckRefreshStatus> getStatuses()
public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
statuses
- The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- The refresh status of the specified Trusted Advisor checks.
public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- The refresh status of the specified Trusted Advisor checks.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |