public class CreateFleetResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
CreateFleetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetResult |
clone() |
boolean |
equals(Object obj) |
FleetAttributes |
getFleetAttributes()
Properties for the newly created fleet.
|
int |
hashCode() |
void |
setFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateFleetResult |
withFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
public void setFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
fleetAttributes - Properties for the newly created fleet.public FleetAttributes getFleetAttributes()
Properties for the newly created fleet.
public CreateFleetResult withFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
fleetAttributes - Properties for the newly created fleet.public String toString()
toString in class ObjectObject.toString()public CreateFleetResult clone()
Copyright © 2016. All rights reserved.