@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResizeInfo extends Object implements Serializable, Cloneable
Describes a resize operation.
| Constructor and Description |
|---|
ResizeInfo() |
| Modifier and Type | Method and Description |
|---|---|
ResizeInfo |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowCancelResize()
A boolean value indicating if the resize operation can be cancelled.
|
String |
getResizeType()
Returns the value
ClassicResize. |
int |
hashCode() |
Boolean |
isAllowCancelResize()
A boolean value indicating if the resize operation can be cancelled.
|
void |
setAllowCancelResize(Boolean allowCancelResize)
A boolean value indicating if the resize operation can be cancelled.
|
void |
setResizeType(String resizeType)
Returns the value
ClassicResize. |
String |
toString()
Returns a string representation of this object.
|
ResizeInfo |
withAllowCancelResize(Boolean allowCancelResize)
A boolean value indicating if the resize operation can be cancelled.
|
ResizeInfo |
withResizeType(String resizeType)
Returns the value
ClassicResize. |
public void setResizeType(String resizeType)
Returns the value ClassicResize.
resizeType - Returns the value ClassicResize.public String getResizeType()
Returns the value ClassicResize.
ClassicResize.public ResizeInfo withResizeType(String resizeType)
Returns the value ClassicResize.
resizeType - Returns the value ClassicResize.public void setAllowCancelResize(Boolean allowCancelResize)
A boolean value indicating if the resize operation can be cancelled.
allowCancelResize - A boolean value indicating if the resize operation can be cancelled.public Boolean getAllowCancelResize()
A boolean value indicating if the resize operation can be cancelled.
public ResizeInfo withAllowCancelResize(Boolean allowCancelResize)
A boolean value indicating if the resize operation can be cancelled.
allowCancelResize - A boolean value indicating if the resize operation can be cancelled.public Boolean isAllowCancelResize()
A boolean value indicating if the resize operation can be cancelled.
public String toString()
toString in class ObjectObject.toString()public ResizeInfo clone()