@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSResourceUtilization extends Object implements Serializable, Cloneable, StructuredPojo
The EBS field that contains a list of EBS metrics that are associated with the current instance.
Constructor and Description |
---|
EBSResourceUtilization() |
Modifier and Type | Method and Description |
---|---|
EBSResourceUtilization |
clone() |
boolean |
equals(Object obj) |
String |
getEbsReadBytesPerSecond()
The maximum size of read operations per second
|
String |
getEbsReadOpsPerSecond()
The maximum number of read operations per second.
|
String |
getEbsWriteBytesPerSecond()
The maximum size of write operations per second.
|
String |
getEbsWriteOpsPerSecond()
The maximum number of write operations per second.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEbsReadBytesPerSecond(String ebsReadBytesPerSecond)
The maximum size of read operations per second
|
void |
setEbsReadOpsPerSecond(String ebsReadOpsPerSecond)
The maximum number of read operations per second.
|
void |
setEbsWriteBytesPerSecond(String ebsWriteBytesPerSecond)
The maximum size of write operations per second.
|
void |
setEbsWriteOpsPerSecond(String ebsWriteOpsPerSecond)
The maximum number of write operations per second.
|
String |
toString()
Returns a string representation of this object.
|
EBSResourceUtilization |
withEbsReadBytesPerSecond(String ebsReadBytesPerSecond)
The maximum size of read operations per second
|
EBSResourceUtilization |
withEbsReadOpsPerSecond(String ebsReadOpsPerSecond)
The maximum number of read operations per second.
|
EBSResourceUtilization |
withEbsWriteBytesPerSecond(String ebsWriteBytesPerSecond)
The maximum size of write operations per second.
|
EBSResourceUtilization |
withEbsWriteOpsPerSecond(String ebsWriteOpsPerSecond)
The maximum number of write operations per second.
|
public void setEbsReadOpsPerSecond(String ebsReadOpsPerSecond)
The maximum number of read operations per second.
ebsReadOpsPerSecond
- The maximum number of read operations per second.public String getEbsReadOpsPerSecond()
The maximum number of read operations per second.
public EBSResourceUtilization withEbsReadOpsPerSecond(String ebsReadOpsPerSecond)
The maximum number of read operations per second.
ebsReadOpsPerSecond
- The maximum number of read operations per second.public void setEbsWriteOpsPerSecond(String ebsWriteOpsPerSecond)
The maximum number of write operations per second.
ebsWriteOpsPerSecond
- The maximum number of write operations per second.public String getEbsWriteOpsPerSecond()
The maximum number of write operations per second.
public EBSResourceUtilization withEbsWriteOpsPerSecond(String ebsWriteOpsPerSecond)
The maximum number of write operations per second.
ebsWriteOpsPerSecond
- The maximum number of write operations per second.public void setEbsReadBytesPerSecond(String ebsReadBytesPerSecond)
The maximum size of read operations per second
ebsReadBytesPerSecond
- The maximum size of read operations per secondpublic String getEbsReadBytesPerSecond()
The maximum size of read operations per second
public EBSResourceUtilization withEbsReadBytesPerSecond(String ebsReadBytesPerSecond)
The maximum size of read operations per second
ebsReadBytesPerSecond
- The maximum size of read operations per secondpublic void setEbsWriteBytesPerSecond(String ebsWriteBytesPerSecond)
The maximum size of write operations per second.
ebsWriteBytesPerSecond
- The maximum size of write operations per second.public String getEbsWriteBytesPerSecond()
The maximum size of write operations per second.
public EBSResourceUtilization withEbsWriteBytesPerSecond(String ebsWriteBytesPerSecond)
The maximum size of write operations per second.
ebsWriteBytesPerSecond
- The maximum size of write operations per second.public String toString()
toString
in class Object
Object.toString()
public EBSResourceUtilization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.