@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplateDiskConf extends Object implements Serializable, Cloneable, StructuredPojo
Launch template disk configuration.
| Constructor and Description |
|---|
LaunchTemplateDiskConf() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateDiskConf |
clone() |
boolean |
equals(Object obj) |
Long |
getIops()
Launch template disk iops configuration.
|
Long |
getThroughput()
Launch template disk throughput configuration.
|
String |
getVolumeType()
Launch template disk volume type configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIops(Long iops)
Launch template disk iops configuration.
|
void |
setThroughput(Long throughput)
Launch template disk throughput configuration.
|
void |
setVolumeType(String volumeType)
Launch template disk volume type configuration.
|
String |
toString()
Returns a string representation of this object.
|
LaunchTemplateDiskConf |
withIops(Long iops)
Launch template disk iops configuration.
|
LaunchTemplateDiskConf |
withThroughput(Long throughput)
Launch template disk throughput configuration.
|
LaunchTemplateDiskConf |
withVolumeType(String volumeType)
Launch template disk volume type configuration.
|
LaunchTemplateDiskConf |
withVolumeType(VolumeType volumeType)
Launch template disk volume type configuration.
|
public void setIops(Long iops)
Launch template disk iops configuration.
iops - Launch template disk iops configuration.public Long getIops()
Launch template disk iops configuration.
public LaunchTemplateDiskConf withIops(Long iops)
Launch template disk iops configuration.
iops - Launch template disk iops configuration.public void setThroughput(Long throughput)
Launch template disk throughput configuration.
throughput - Launch template disk throughput configuration.public Long getThroughput()
Launch template disk throughput configuration.
public LaunchTemplateDiskConf withThroughput(Long throughput)
Launch template disk throughput configuration.
throughput - Launch template disk throughput configuration.public void setVolumeType(String volumeType)
Launch template disk volume type configuration.
volumeType - Launch template disk volume type configuration.VolumeTypepublic String getVolumeType()
Launch template disk volume type configuration.
VolumeTypepublic LaunchTemplateDiskConf withVolumeType(String volumeType)
Launch template disk volume type configuration.
volumeType - Launch template disk volume type configuration.VolumeTypepublic LaunchTemplateDiskConf withVolumeType(VolumeType volumeType)
Launch template disk volume type configuration.
volumeType - Launch template disk volume type configuration.VolumeTypepublic String toString()
toString in class ObjectObject.toString()public LaunchTemplateDiskConf clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.