@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlywheelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFlywheelResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlywheelResult |
clone () |
boolean |
equals (Object obj) |
FlywheelProperties |
getFlywheelProperties ()
The flywheel properties.
|
int |
hashCode () |
void |
setFlywheelProperties (FlywheelProperties flywheelProperties)
The flywheel properties.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateFlywheelResult |
withFlywheelProperties (FlywheelProperties flywheelProperties)
The flywheel properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateFlywheelResult()
public void setFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
flywheelProperties - The flywheel properties.public FlywheelProperties getFlywheelProperties()
The flywheel properties.
public UpdateFlywheelResult withFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
flywheelProperties - The flywheel properties.public String toString()
toString in class Object Object.toString() public UpdateFlywheelResult clone()