@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFleetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetResult |
clone() |
boolean |
equals(Object obj) |
Fleet |
getFleet()
Information about the fleet.
|
int |
hashCode() |
void |
setFleet(Fleet fleet)
Information about the fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFleetResult |
withFleet(Fleet fleet)
Information about the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleet(Fleet fleet)
Information about the fleet.
fleet
- Information about the fleet.public Fleet getFleet()
Information about the fleet.
public UpdateFleetResult withFleet(Fleet fleet)
Information about the fleet.
fleet
- Information about the fleet.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.