@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
UpdateFleetCapacityResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetCapacityResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for a fleet that was updated.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet that was updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFleetCapacityResult |
withFleetId(String fleetId)
Unique identifier for a fleet that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
Unique identifier for a fleet that was updated.
fleetId
- Unique identifier for a fleet that was updated.public String getFleetId()
Unique identifier for a fleet that was updated.
public UpdateFleetCapacityResult withFleetId(String fleetId)
Unique identifier for a fleet that was updated.
fleetId
- Unique identifier for a fleet that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetCapacityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.