public class UpdateFleetAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
UpdateFleetAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetAttributesResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for the updated fleet.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for the updated fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFleetAttributesResult |
withFleetId(String fleetId)
Unique identifier for the updated fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFleetId(String fleetId)
Unique identifier for the updated fleet.
fleetId - Unique identifier for the updated fleet.public String getFleetId()
Unique identifier for the updated fleet.
public UpdateFleetAttributesResult withFleetId(String fleetId)
Unique identifier for the updated fleet.
fleetId - Unique identifier for the updated fleet.public String toString()
toString in class ObjectObject.toString()public UpdateFleetAttributesResult clone()
Copyright © 2016. All rights reserved.