@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a fleet.
Constructor and Description |
---|
FleetSummary() |
Modifier and Type | Method and Description |
---|---|
FleetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAutoScalingStatus()
The Auto Scaling status of a fleet.
|
FleetConfiguration |
getConfiguration()
The configuration details for the fleet.
|
Date |
getCreatedAt()
The date and time the resource was created.
|
String |
getCreatedBy()
The user or system that created this resource.
|
String |
getDisplayName()
The display name of the fleet summary to update.
|
String |
getFarmId()
The farm ID.
|
String |
getFleetId()
The fleet ID.
|
Integer |
getMaxWorkerCount()
The maximum number of workers specified in the fleet.
|
Integer |
getMinWorkerCount()
The minimum number of workers in the fleet.
|
String |
getStatus()
The status of the fleet.
|
Integer |
getTargetWorkerCount()
The target number of workers in a fleet.
|
Date |
getUpdatedAt()
The date and time the resource was updated.
|
String |
getUpdatedBy()
The user or system that updated this resource.
|
Integer |
getWorkerCount()
The number of workers in the fleet summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoScalingStatus(String autoScalingStatus)
The Auto Scaling status of a fleet.
|
void |
setConfiguration(FleetConfiguration configuration)
The configuration details for the fleet.
|
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 |
setDisplayName(String displayName)
The display name of the fleet summary to update.
|
void |
setFarmId(String farmId)
The farm ID.
|
void |
setFleetId(String fleetId)
The fleet ID.
|
void |
setMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers specified in the fleet.
|
void |
setMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
|
void |
setStatus(String status)
The status of the fleet.
|
void |
setTargetWorkerCount(Integer targetWorkerCount)
The target number of workers in a fleet.
|
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 |
setWorkerCount(Integer workerCount)
The number of workers in the fleet summary.
|
String |
toString()
Returns a string representation of this object.
|
FleetSummary |
withAutoScalingStatus(AutoScalingStatus autoScalingStatus)
The Auto Scaling status of a fleet.
|
FleetSummary |
withAutoScalingStatus(String autoScalingStatus)
The Auto Scaling status of a fleet.
|
FleetSummary |
withConfiguration(FleetConfiguration configuration)
The configuration details for the fleet.
|
FleetSummary |
withCreatedAt(Date createdAt)
The date and time the resource was created.
|
FleetSummary |
withCreatedBy(String createdBy)
The user or system that created this resource.
|
FleetSummary |
withDisplayName(String displayName)
The display name of the fleet summary to update.
|
FleetSummary |
withFarmId(String farmId)
The farm ID.
|
FleetSummary |
withFleetId(String fleetId)
The fleet ID.
|
FleetSummary |
withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers specified in the fleet.
|
FleetSummary |
withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
|
FleetSummary |
withStatus(FleetStatus status)
The status of the fleet.
|
FleetSummary |
withStatus(String status)
The status of the fleet.
|
FleetSummary |
withTargetWorkerCount(Integer targetWorkerCount)
The target number of workers in a fleet.
|
FleetSummary |
withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
FleetSummary |
withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
FleetSummary |
withWorkerCount(Integer workerCount)
The number of workers in the fleet summary.
|
public void setAutoScalingStatus(String autoScalingStatus)
The Auto Scaling status of a fleet.
autoScalingStatus
- The Auto Scaling status of a fleet.AutoScalingStatus
public String getAutoScalingStatus()
The Auto Scaling status of a fleet.
AutoScalingStatus
public FleetSummary withAutoScalingStatus(String autoScalingStatus)
The Auto Scaling status of a fleet.
autoScalingStatus
- The Auto Scaling status of a fleet.AutoScalingStatus
public FleetSummary withAutoScalingStatus(AutoScalingStatus autoScalingStatus)
The Auto Scaling status of a fleet.
autoScalingStatus
- The Auto Scaling status of a fleet.AutoScalingStatus
public void setConfiguration(FleetConfiguration configuration)
The configuration details for the fleet.
configuration
- The configuration details for the fleet.public FleetConfiguration getConfiguration()
The configuration details for the fleet.
public FleetSummary withConfiguration(FleetConfiguration configuration)
The configuration details for the fleet.
configuration
- The configuration details for the fleet.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 FleetSummary 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 FleetSummary withCreatedBy(String createdBy)
The user or system that created this resource.
createdBy
- The user or system that created this resource.public void setDisplayName(String displayName)
The display name of the fleet summary to update.
displayName
- The display name of the fleet summary to update.public String getDisplayName()
The display name of the fleet summary to update.
public FleetSummary withDisplayName(String displayName)
The display name of the fleet summary to update.
displayName
- The display name of the fleet summary to update.public void setFarmId(String farmId)
The farm ID.
farmId
- The farm ID.public String getFarmId()
The farm ID.
public FleetSummary withFarmId(String farmId)
The farm ID.
farmId
- The farm ID.public void setFleetId(String fleetId)
The fleet ID.
fleetId
- The fleet ID.public String getFleetId()
The fleet ID.
public FleetSummary withFleetId(String fleetId)
The fleet ID.
fleetId
- The fleet ID.public void setMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers specified in the fleet.
maxWorkerCount
- The maximum number of workers specified in the fleet.public Integer getMaxWorkerCount()
The maximum number of workers specified in the fleet.
public FleetSummary withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers specified in the fleet.
maxWorkerCount
- The maximum number of workers specified in the fleet.public void setMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
minWorkerCount
- The minimum number of workers in the fleet.public Integer getMinWorkerCount()
The minimum number of workers in the fleet.
public FleetSummary withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
minWorkerCount
- The minimum number of workers in the fleet.public void setStatus(String status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public String getStatus()
The status of the fleet.
FleetStatus
public FleetSummary withStatus(String status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public FleetSummary withStatus(FleetStatus status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public void setTargetWorkerCount(Integer targetWorkerCount)
The target number of workers in a fleet.
targetWorkerCount
- The target number of workers in a fleet.public Integer getTargetWorkerCount()
The target number of workers in a fleet.
public FleetSummary withTargetWorkerCount(Integer targetWorkerCount)
The target number of workers in a fleet.
targetWorkerCount
- The target number of workers in a fleet.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 FleetSummary 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 FleetSummary withUpdatedBy(String updatedBy)
The user or system that updated this resource.
updatedBy
- The user or system that updated this resource.public void setWorkerCount(Integer workerCount)
The number of workers in the fleet summary.
workerCount
- The number of workers in the fleet summary.public Integer getWorkerCount()
The number of workers in the fleet summary.
public FleetSummary withWorkerCount(Integer workerCount)
The number of workers in the fleet summary.
workerCount
- The number of workers in the fleet summary.public String toString()
toString
in class Object
Object.toString()
public FleetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.