@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageInfo extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about storage volumes attached to MSK broker nodes.
Constructor and Description |
---|
StorageInfo() |
Modifier and Type | Method and Description |
---|---|
StorageInfo |
clone() |
boolean |
equals(Object obj) |
EBSStorageInfo |
getEbsStorageInfo()
EBS volume information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEbsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
|
String |
toString()
Returns a string representation of this object.
|
StorageInfo |
withEbsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
|
public void setEbsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
ebsStorageInfo
- EBS volume information.
public EBSStorageInfo getEbsStorageInfo()
EBS volume information.
EBS volume information.
public StorageInfo withEbsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
ebsStorageInfo
- EBS volume information.
public String toString()
toString
in class Object
Object.toString()
public StorageInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.