@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedAdvisorCheckRefreshStatus extends Object implements Serializable, Cloneable, StructuredPojo
The refresh status of a Trusted Advisor check.
Constructor and Description |
---|
TrustedAdvisorCheckRefreshStatus() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckRefreshStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCheckId()
The unique identifier for the Trusted Advisor check.
|
Long |
getMillisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
String |
getStatus()
The status of the Trusted Advisor check for which a refresh has been requested:
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
|
void |
setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
void |
setStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested:
|
String |
toString()
Returns a string representation of this object.
|
TrustedAdvisorCheckRefreshStatus |
withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckRefreshStatus |
withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
TrustedAdvisorCheckRefreshStatus |
withStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested:
|
public void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId
- The unique identifier for the Trusted Advisor check.public String getCheckId()
The unique identifier for the Trusted Advisor check.
public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId
- The unique identifier for the Trusted Advisor check.public void setStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
status
- The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
public String getStatus()
The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
public TrustedAdvisorCheckRefreshStatus withStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
status
- The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeout
enqueued
- The check refresh requests has entered the refresh queue
processing
- The check refresh request is picked up by the rule processing engine
success
- The check is successfully refreshed
abandoned
- The check refresh has failed
public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.public Long getMillisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.public String toString()
toString
in class Object
Object.toString()
public TrustedAdvisorCheckRefreshStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.