public class SnapshotForCreate extends Object implements Serializable
| Constructor and Description |
|---|
SnapshotForCreate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Boolean |
getForce() |
String |
getName() |
String |
getVolumeId() |
void |
setDescription(String description) |
void |
setForce(Boolean force) |
void |
setName(String name) |
void |
setVolumeId(String volumeId) |
String |
toString() |
public String getVolumeId()
public void setVolumeId(String volumeId)
volumeId - the volumeId to setpublic Boolean getForce()
public void setForce(Boolean force)
force - the force to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2012–2023. All rights reserved.