@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.VolumeType
public String getVolumeType()
Launch template disk volume type configuration.
VolumeType
public LaunchTemplateDiskConf withVolumeType(String volumeType)
Launch template disk volume type configuration.
volumeType
- Launch template disk volume type configuration.VolumeType
public LaunchTemplateDiskConf withVolumeType(VolumeType volumeType)
Launch template disk volume type configuration.
volumeType
- Launch template disk volume type configuration.VolumeType
public String toString()
toString
in class Object
Object.toString()
public LaunchTemplateDiskConf clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.