@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request operation.
Constructor and Description |
---|
UpdateFleetAttributesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetAttributesResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
A unique identifier for the fleet that was updated.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFleetAttributesResult |
withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
A unique identifier for the fleet that was updated.
fleetId
- A unique identifier for the fleet that was updated.public String getFleetId()
A unique identifier for the fleet that was updated.
public UpdateFleetAttributesResult withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
fleetId
- A unique identifier for the fleet that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetAttributesResult clone()