com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckRefreshStatusesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesRequest
All Implemented Interfaces:
Serializable

public class DescribeTrustedAdvisorCheckRefreshStatusesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeTrustedAdvisorCheckRefreshStatuses operation.

Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

See Also:
AWSSupport.describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest), Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckRefreshStatusesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getCheckIds()
          The IDs of the Trusted Advisor checks.
 int hashCode()
           
 void setCheckIds(Collection<String> checkIds)
          The IDs of the Trusted Advisor checks.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
          The IDs of the Trusted Advisor checks.
 DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
          The IDs of the Trusted Advisor checks.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckRefreshStatusesRequest

public DescribeTrustedAdvisorCheckRefreshStatusesRequest()
Method Detail

getCheckIds

public List<String> getCheckIds()
The IDs of the Trusted Advisor checks.

Returns:
The IDs of the Trusted Advisor checks.

setCheckIds

public void setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.

Parameters:
checkIds - The IDs of the Trusted Advisor checks.

withCheckIds

public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks.

Returns a reference to this object so that method calls can be chained together.

Parameters:
checkIds - The IDs of the Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

withCheckIds

public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.

Returns a reference to this object so that method calls can be chained together.

Parameters:
checkIds - The IDs of the Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.