|
Did this page help you?Yes No Tell us about it... |
||||||
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
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
DescribeTrustedAdvisorCheckRefreshStatusesResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
Method Detail |
---|
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()
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 |