@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CapacityTaskSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the capacity task.
Constructor and Description |
---|
CapacityTaskSummary() |
Modifier and Type | Method and Description |
---|---|
CapacityTaskSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCapacityTaskId()
The ID of the specified capacity task.
|
String |
getCapacityTaskStatus()
The status of the capacity task.
|
Date |
getCompletionDate()
The date that the specified capacity task successfully ran.
|
Date |
getCreationDate()
The date that the specified capacity task was created.
|
Date |
getLastModifiedDate()
The date that the specified capacity was last modified.
|
String |
getOrderId()
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
|
String |
getOutpostId()
The ID of the Outpost associated with the specified capacity task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCapacityTaskId(String capacityTaskId)
The ID of the specified capacity task.
|
void |
setCapacityTaskStatus(String capacityTaskStatus)
The status of the capacity task.
|
void |
setCompletionDate(Date completionDate)
The date that the specified capacity task successfully ran.
|
void |
setCreationDate(Date creationDate)
The date that the specified capacity task was created.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date that the specified capacity was last modified.
|
void |
setOrderId(String orderId)
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
|
void |
setOutpostId(String outpostId)
The ID of the Outpost associated with the specified capacity task.
|
String |
toString()
Returns a string representation of this object.
|
CapacityTaskSummary |
withCapacityTaskId(String capacityTaskId)
The ID of the specified capacity task.
|
CapacityTaskSummary |
withCapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)
The status of the capacity task.
|
CapacityTaskSummary |
withCapacityTaskStatus(String capacityTaskStatus)
The status of the capacity task.
|
CapacityTaskSummary |
withCompletionDate(Date completionDate)
The date that the specified capacity task successfully ran.
|
CapacityTaskSummary |
withCreationDate(Date creationDate)
The date that the specified capacity task was created.
|
CapacityTaskSummary |
withLastModifiedDate(Date lastModifiedDate)
The date that the specified capacity was last modified.
|
CapacityTaskSummary |
withOrderId(String orderId)
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
|
CapacityTaskSummary |
withOutpostId(String outpostId)
The ID of the Outpost associated with the specified capacity task.
|
public void setCapacityTaskId(String capacityTaskId)
The ID of the specified capacity task.
capacityTaskId
- The ID of the specified capacity task.public String getCapacityTaskId()
The ID of the specified capacity task.
public CapacityTaskSummary withCapacityTaskId(String capacityTaskId)
The ID of the specified capacity task.
capacityTaskId
- The ID of the specified capacity task.public void setOutpostId(String outpostId)
The ID of the Outpost associated with the specified capacity task.
outpostId
- The ID of the Outpost associated with the specified capacity task.public String getOutpostId()
The ID of the Outpost associated with the specified capacity task.
public CapacityTaskSummary withOutpostId(String outpostId)
The ID of the Outpost associated with the specified capacity task.
outpostId
- The ID of the Outpost associated with the specified capacity task.public void setOrderId(String orderId)
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
orderId
- The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.public String getOrderId()
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
public CapacityTaskSummary withOrderId(String orderId)
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
orderId
- The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.public void setCapacityTaskStatus(String capacityTaskStatus)
The status of the capacity task.
capacityTaskStatus
- The status of the capacity task.CapacityTaskStatus
public String getCapacityTaskStatus()
The status of the capacity task.
CapacityTaskStatus
public CapacityTaskSummary withCapacityTaskStatus(String capacityTaskStatus)
The status of the capacity task.
capacityTaskStatus
- The status of the capacity task.CapacityTaskStatus
public CapacityTaskSummary withCapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)
The status of the capacity task.
capacityTaskStatus
- The status of the capacity task.CapacityTaskStatus
public void setCreationDate(Date creationDate)
The date that the specified capacity task was created.
creationDate
- The date that the specified capacity task was created.public Date getCreationDate()
The date that the specified capacity task was created.
public CapacityTaskSummary withCreationDate(Date creationDate)
The date that the specified capacity task was created.
creationDate
- The date that the specified capacity task was created.public void setCompletionDate(Date completionDate)
The date that the specified capacity task successfully ran.
completionDate
- The date that the specified capacity task successfully ran.public Date getCompletionDate()
The date that the specified capacity task successfully ran.
public CapacityTaskSummary withCompletionDate(Date completionDate)
The date that the specified capacity task successfully ran.
completionDate
- The date that the specified capacity task successfully ran.public void setLastModifiedDate(Date lastModifiedDate)
The date that the specified capacity was last modified.
lastModifiedDate
- The date that the specified capacity was last modified.public Date getLastModifiedDate()
The date that the specified capacity was last modified.
public CapacityTaskSummary withLastModifiedDate(Date lastModifiedDate)
The date that the specified capacity was last modified.
lastModifiedDate
- The date that the specified capacity was last modified.public String toString()
toString
in class Object
Object.toString()
public CapacityTaskSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.