@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public CreateFleetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.