@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: "none", "enqueued", "processing",
"success", or "abandoned".
|
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: "none", "enqueued", "processing",
"success", or "abandoned".
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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: "none", "enqueued", "processing",
"success", or "abandoned".
|
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", "enqueued", "processing", "success", or "abandoned".
status
- The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued",
"processing", "success", or "abandoned".public String getStatus()
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
public TrustedAdvisorCheckRefreshStatus withStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
status
- The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued",
"processing", "success", or "abandoned".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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.