@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionedThroughput extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
| Constructor and Description | 
|---|
| ProvisionedThroughput() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProvisionedThroughput | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getEnabled()
 Provisioned throughput is enabled or not. | 
| Integer | getVolumeThroughput()
 Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. | 
| int | hashCode() | 
| Boolean | isEnabled()
 Provisioned throughput is enabled or not. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEnabled(Boolean enabled)
 Provisioned throughput is enabled or not. | 
| void | setVolumeThroughput(Integer volumeThroughput)
 Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. | 
| String | toString()Returns a string representation of this object. | 
| ProvisionedThroughput | withEnabled(Boolean enabled)
 Provisioned throughput is enabled or not. | 
| ProvisionedThroughput | withVolumeThroughput(Integer volumeThroughput)
 Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. | 
public void setEnabled(Boolean enabled)
Provisioned throughput is enabled or not.
enabled - Provisioned throughput is enabled or not.
public Boolean getEnabled()
Provisioned throughput is enabled or not.
Provisioned throughput is enabled or not.
public ProvisionedThroughput withEnabled(Boolean enabled)
Provisioned throughput is enabled or not.
enabled - Provisioned throughput is enabled or not.
public Boolean isEnabled()
Provisioned throughput is enabled or not.
Provisioned throughput is enabled or not.
public void setVolumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
public Integer getVolumeThroughput()
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
public ProvisionedThroughput withVolumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
public String toString()
toString in class ObjectObject.toString()public ProvisionedThroughput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.