@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateFleetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFleetResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Fleet | 
getFleet()
 Information about the compute fleet 
 | 
int | 
hashCode()  | 
void | 
setFleet(Fleet fleet)
 Information about the compute fleet 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateFleetResult | 
withFleet(Fleet fleet)
 Information about the compute fleet 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFleet(Fleet fleet)
Information about the compute fleet
fleet - Information about the compute fleetpublic Fleet getFleet()
Information about the compute fleet
public CreateFleetResult withFleet(Fleet fleet)
Information about the compute fleet
fleet - Information about the compute fleetpublic String toString()
toString in class ObjectObject.toString()public CreateFleetResult clone()