@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) |
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 ObjectObject.toString()public StorageInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.