public class CreateFleetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the returned data in response to a request action.
Modifier and Type | Field and Description |
---|---|
private FleetAttributes |
fleetAttributes
Properties for the newly created fleet.
|
Constructor and Description |
---|
CreateFleetResult() |
Modifier and Type | Method and Description |
---|---|
CreateFleetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
FleetAttributes |
getFleetAttributes()
Properties for the newly created fleet.
|
int |
hashCode() |
void |
setFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateFleetResult |
withFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateFleetResult clone()
clone
in class java.lang.Object