public class VolumeForCreateScheduledInstancesInput extends Object
| Constructor and Description |
|---|
VolumeForCreateScheduledInstancesInput() |
| Modifier and Type | Method and Description |
|---|---|
VolumeForCreateScheduledInstancesInput |
deleteWithInstance(Boolean deleteWithInstance) |
boolean |
equals(Object o) |
@NotNull Integer |
getSize()
Get size
|
String |
getSnapshotId()
Get snapshotId
|
String |
getVolumeType()
Get volumeType
|
int |
hashCode() |
Boolean |
isDeleteWithInstance()
Get deleteWithInstance
|
void |
setDeleteWithInstance(Boolean deleteWithInstance) |
void |
setSize(Integer size) |
void |
setSnapshotId(String snapshotId) |
void |
setVolumeType(String volumeType) |
VolumeForCreateScheduledInstancesInput |
size(Integer size) |
VolumeForCreateScheduledInstancesInput |
snapshotId(String snapshotId) |
String |
toString() |
VolumeForCreateScheduledInstancesInput |
volumeType(String volumeType) |
public VolumeForCreateScheduledInstancesInput()
public VolumeForCreateScheduledInstancesInput deleteWithInstance(Boolean deleteWithInstance)
public Boolean isDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
public VolumeForCreateScheduledInstancesInput size(Integer size)
@NotNull public @NotNull Integer getSize()
public void setSize(Integer size)
public VolumeForCreateScheduledInstancesInput snapshotId(String snapshotId)
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
public VolumeForCreateScheduledInstancesInput volumeType(String volumeType)
public String getVolumeType()
public void setVolumeType(String volumeType)
Copyright © 2024. All rights reserved.