@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkerSearchSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a worker search.
Constructor and Description |
---|
WorkerSearchSummary() |
Modifier and Type | Method and Description |
---|---|
WorkerSearchSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time the resource was created.
|
String |
getCreatedBy()
The user or system that created this resource.
|
String |
getFleetId()
The fleet ID.
|
HostPropertiesResponse |
getHostProperties()
Provides the Amazon EC2 instance properties of the worker host.
|
String |
getStatus()
The status of the worker search.
|
Date |
getUpdatedAt()
The date and time the resource was updated.
|
String |
getUpdatedBy()
The user or system that updated this resource.
|
String |
getWorkerId()
The worker ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The date and time the resource was created.
|
void |
setCreatedBy(String createdBy)
The user or system that created this resource.
|
void |
setFleetId(String fleetId)
The fleet ID.
|
void |
setHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 instance properties of the worker host.
|
void |
setStatus(String status)
The status of the worker search.
|
void |
setUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
void |
setUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
void |
setWorkerId(String workerId)
The worker ID.
|
String |
toString()
Returns a string representation of this object.
|
WorkerSearchSummary |
withCreatedAt(Date createdAt)
The date and time the resource was created.
|
WorkerSearchSummary |
withCreatedBy(String createdBy)
The user or system that created this resource.
|
WorkerSearchSummary |
withFleetId(String fleetId)
The fleet ID.
|
WorkerSearchSummary |
withHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 instance properties of the worker host.
|
WorkerSearchSummary |
withStatus(String status)
The status of the worker search.
|
WorkerSearchSummary |
withStatus(WorkerStatus status)
The status of the worker search.
|
WorkerSearchSummary |
withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
WorkerSearchSummary |
withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
WorkerSearchSummary |
withWorkerId(String workerId)
The worker ID.
|
public void setCreatedAt(Date createdAt)
The date and time the resource was created.
createdAt
- The date and time the resource was created.public Date getCreatedAt()
The date and time the resource was created.
public WorkerSearchSummary withCreatedAt(Date createdAt)
The date and time the resource was created.
createdAt
- The date and time the resource was created.public void setCreatedBy(String createdBy)
The user or system that created this resource.
createdBy
- The user or system that created this resource.public String getCreatedBy()
The user or system that created this resource.
public WorkerSearchSummary withCreatedBy(String createdBy)
The user or system that created this resource.
createdBy
- The user or system that created this resource.public void setFleetId(String fleetId)
The fleet ID.
fleetId
- The fleet ID.public String getFleetId()
The fleet ID.
public WorkerSearchSummary withFleetId(String fleetId)
The fleet ID.
fleetId
- The fleet ID.public void setHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 instance properties of the worker host.
hostProperties
- Provides the Amazon EC2 instance properties of the worker host.public HostPropertiesResponse getHostProperties()
Provides the Amazon EC2 instance properties of the worker host.
public WorkerSearchSummary withHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 instance properties of the worker host.
hostProperties
- Provides the Amazon EC2 instance properties of the worker host.public void setStatus(String status)
The status of the worker search.
status
- The status of the worker search.WorkerStatus
public String getStatus()
The status of the worker search.
WorkerStatus
public WorkerSearchSummary withStatus(String status)
The status of the worker search.
status
- The status of the worker search.WorkerStatus
public WorkerSearchSummary withStatus(WorkerStatus status)
The status of the worker search.
status
- The status of the worker search.WorkerStatus
public void setUpdatedAt(Date updatedAt)
The date and time the resource was updated.
updatedAt
- The date and time the resource was updated.public Date getUpdatedAt()
The date and time the resource was updated.
public WorkerSearchSummary withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
updatedAt
- The date and time the resource was updated.public void setUpdatedBy(String updatedBy)
The user or system that updated this resource.
updatedBy
- The user or system that updated this resource.public String getUpdatedBy()
The user or system that updated this resource.
public WorkerSearchSummary withUpdatedBy(String updatedBy)
The user or system that updated this resource.
updatedBy
- The user or system that updated this resource.public void setWorkerId(String workerId)
The worker ID.
workerId
- The worker ID.public String getWorkerId()
The worker ID.
public WorkerSearchSummary withWorkerId(String workerId)
The worker ID.
workerId
- The worker ID.public String toString()
toString
in class Object
Object.toString()
public WorkerSearchSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.