@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the fleet.
Constructor and Description |
---|
FleetSummary() |
Modifier and Type | Method and Description |
---|---|
FleetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCompanyCode()
The identifier used by users to sign into the Amazon WorkLink app.
|
Date |
getCreatedTime()
The time when the fleet was created.
|
String |
getDisplayName()
The name to display.
|
String |
getFleetArn()
The ARN of the fleet.
|
String |
getFleetName()
The name of the fleet.
|
String |
getFleetStatus()
The status of the fleet.
|
Date |
getLastUpdatedTime()
The time when the fleet was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompanyCode(String companyCode)
The identifier used by users to sign into the Amazon WorkLink app.
|
void |
setCreatedTime(Date createdTime)
The time when the fleet was created.
|
void |
setDisplayName(String displayName)
The name to display.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setFleetStatus(String fleetStatus)
The status of the fleet.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The time when the fleet was last updated.
|
String |
toString()
Returns a string representation of this object.
|
FleetSummary |
withCompanyCode(String companyCode)
The identifier used by users to sign into the Amazon WorkLink app.
|
FleetSummary |
withCreatedTime(Date createdTime)
The time when the fleet was created.
|
FleetSummary |
withDisplayName(String displayName)
The name to display.
|
FleetSummary |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
FleetSummary |
withFleetName(String fleetName)
The name of the fleet.
|
FleetSummary |
withFleetStatus(FleetStatus fleetStatus)
The status of the fleet.
|
FleetSummary |
withFleetStatus(String fleetStatus)
The status of the fleet.
|
FleetSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The time when the fleet was last updated.
|
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public FleetSummary withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setCreatedTime(Date createdTime)
The time when the fleet was created.
createdTime
- The time when the fleet was created.public Date getCreatedTime()
The time when the fleet was created.
public FleetSummary withCreatedTime(Date createdTime)
The time when the fleet was created.
createdTime
- The time when the fleet was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The time when the fleet was last updated.
lastUpdatedTime
- The time when the fleet was last updated.public Date getLastUpdatedTime()
The time when the fleet was last updated.
public FleetSummary withLastUpdatedTime(Date lastUpdatedTime)
The time when the fleet was last updated.
lastUpdatedTime
- The time when the fleet was last updated.public void setFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public String getFleetName()
The name of the fleet.
public FleetSummary withFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public void setDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String getDisplayName()
The name to display.
public FleetSummary withDisplayName(String displayName)
The name to display.
displayName
- The name to display.public void setCompanyCode(String companyCode)
The identifier used by users to sign into the Amazon WorkLink app.
companyCode
- The identifier used by users to sign into the Amazon WorkLink app.public String getCompanyCode()
The identifier used by users to sign into the Amazon WorkLink app.
public FleetSummary withCompanyCode(String companyCode)
The identifier used by users to sign into the Amazon WorkLink app.
companyCode
- The identifier used by users to sign into the Amazon WorkLink app.public void setFleetStatus(String fleetStatus)
The status of the fleet.
fleetStatus
- The status of the fleet.FleetStatus
public String getFleetStatus()
The status of the fleet.
FleetStatus
public FleetSummary withFleetStatus(String fleetStatus)
The status of the fleet.
fleetStatus
- The status of the fleet.FleetStatus
public FleetSummary withFleetStatus(FleetStatus fleetStatus)
The status of the fleet.
fleetStatus
- The status of the fleet.FleetStatus
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.