@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceResult extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ResourceResult() |
Modifier and Type | Method and Description |
---|---|
ResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getComponentId()
The component id of the resource
|
Date |
getLastCheckedTimestamp()
The time the resource was last checked for readiness, in ISO-8601 format, UTC.
|
String |
getReadiness()
The readiness of the resource.
|
String |
getResourceArn()
The ARN of the resource
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComponentId(String componentId)
The component id of the resource
|
void |
setLastCheckedTimestamp(Date lastCheckedTimestamp)
The time the resource was last checked for readiness, in ISO-8601 format, UTC.
|
void |
setReadiness(String readiness)
The readiness of the resource.
|
void |
setResourceArn(String resourceArn)
The ARN of the resource
|
String |
toString()
Returns a string representation of this object.
|
ResourceResult |
withComponentId(String componentId)
The component id of the resource
|
ResourceResult |
withLastCheckedTimestamp(Date lastCheckedTimestamp)
The time the resource was last checked for readiness, in ISO-8601 format, UTC.
|
ResourceResult |
withReadiness(Readiness readiness)
The readiness of the resource.
|
ResourceResult |
withReadiness(String readiness)
The readiness of the resource.
|
ResourceResult |
withResourceArn(String resourceArn)
The ARN of the resource
|
public void setComponentId(String componentId)
componentId
- The component id of the resourcepublic String getComponentId()
public ResourceResult withComponentId(String componentId)
componentId
- The component id of the resourcepublic void setLastCheckedTimestamp(Date lastCheckedTimestamp)
lastCheckedTimestamp
- The time the resource was last checked for readiness, in ISO-8601 format, UTC.public Date getLastCheckedTimestamp()
public ResourceResult withLastCheckedTimestamp(Date lastCheckedTimestamp)
lastCheckedTimestamp
- The time the resource was last checked for readiness, in ISO-8601 format, UTC.public void setReadiness(String readiness)
readiness
- The readiness of the resource.Readiness
public String getReadiness()
Readiness
public ResourceResult withReadiness(String readiness)
readiness
- The readiness of the resource.Readiness
public ResourceResult withReadiness(Readiness readiness)
readiness
- The readiness of the resource.Readiness
public void setResourceArn(String resourceArn)
resourceArn
- The ARN of the resourcepublic String getResourceArn()
public ResourceResult withResourceArn(String resourceArn)
resourceArn
- The ARN of the resourcepublic String toString()
toString
in class Object
Object.toString()
public ResourceResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.