@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSStorageInfo extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the EBS storage volumes attached to Kafka broker nodes.
Constructor and Description |
---|
EBSStorageInfo() |
Modifier and Type | Method and Description |
---|---|
EBSStorageInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getVolumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
|
String |
toString()
Returns a string representation of this object.
|
EBSStorageInfo |
withVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
|
public void setVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
volumeSize
- The size in GiB of the EBS volume for the data drive on each broker node.
public Integer getVolumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
The size in GiB of the EBS volume for the data drive on each broker node.
public EBSStorageInfo withVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
volumeSize
- The size in GiB of the EBS volume for the data drive on each broker node.
public String toString()
toString
in class Object
Object.toString()
public EBSStorageInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.