@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFlywheelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFlywheelResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFlywheelResult |
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.
|
DescribeFlywheelResult |
withFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
flywheelProperties
- The flywheel properties.public FlywheelProperties getFlywheelProperties()
The flywheel properties.
public DescribeFlywheelResult withFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
flywheelProperties
- The flywheel properties.public String toString()
toString
in class Object
Object.toString()
public DescribeFlywheelResult clone()