Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class TrustedAdvisorCheckRefreshStatus

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

public class TrustedAdvisorCheckRefreshStatus
extends Object
implements Serializable

Contains the fields that indicate the statuses Trusted Advisor checks for which refreshes have been requested.

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorCheckRefreshStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCheckId()
          String that specifies the checkId value of the Trusted Advisor check.
 Long getMillisUntilNextRefreshable()
          Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.
 String getStatus()
          Indicates the status of the Trusted Advisor check for which a refresh has been requested.
 int hashCode()
           
 void setCheckId(String checkId)
          String that specifies the checkId value of the Trusted Advisor check.
 void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
          Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.
 void setStatus(String status)
          Indicates the status of the Trusted Advisor check for which a refresh has been requested.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
          String that specifies the checkId value of the Trusted Advisor check.
 TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
          Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.
 TrustedAdvisorCheckRefreshStatus withStatus(String status)
          Indicates the status of the Trusted Advisor check for which a refresh has been requested.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorCheckRefreshStatus

public TrustedAdvisorCheckRefreshStatus()
Method Detail

getCheckId

public String getCheckId()
String that specifies the checkId value of the Trusted Advisor check.

Returns:
String that specifies the checkId value of the Trusted Advisor check.

setCheckId

public void setCheckId(String checkId)
String that specifies the checkId value of the Trusted Advisor check.

Parameters:
checkId - String that specifies the checkId value of the Trusted Advisor check.

withCheckId

public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
String that specifies the checkId value of the Trusted Advisor check.

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

Parameters:
checkId - String that specifies the checkId value of the Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
Indicates the status of the Trusted Advisor check for which a refresh has been requested.

Returns:
Indicates the status of the Trusted Advisor check for which a refresh has been requested.

setStatus

public void setStatus(String status)
Indicates the status of the Trusted Advisor check for which a refresh has been requested.

Parameters:
status - Indicates the status of the Trusted Advisor check for which a refresh has been requested.

withStatus

public TrustedAdvisorCheckRefreshStatus withStatus(String status)
Indicates the status of the Trusted Advisor check for which a refresh has been requested.

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

Parameters:
status - Indicates the status of the Trusted Advisor check for which a refresh has been requested.
Returns:
A reference to this updated object so that method calls can be chained together.

getMillisUntilNextRefreshable

public Long getMillisUntilNextRefreshable()
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.

Returns:
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.

setMillisUntilNextRefreshable

public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.

Parameters:
millisUntilNextRefreshable - Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.

withMillisUntilNextRefreshable

public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.

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

Parameters:
millisUntilNextRefreshable - Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.