@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkResourceUtilization extends Object implements Serializable, Cloneable, StructuredPojo
The network field that contains a list of network metrics that are associated with the current instance.
Constructor and Description |
---|
NetworkResourceUtilization() |
Modifier and Type | Method and Description |
---|---|
NetworkResourceUtilization |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkInBytesPerSecond()
The network inbound throughput utilization measured in Bytes per second.
|
String |
getNetworkOutBytesPerSecond()
The network outbound throughput utilization measured in Bytes per second.
|
String |
getNetworkPacketsInPerSecond()
The network ingress packets that are measured in packets per second.
|
String |
getNetworkPacketsOutPerSecond()
The network outgress packets that are measured in packets per second.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second.
|
void |
setNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second.
|
void |
setNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network ingress packets that are measured in packets per second.
|
void |
setNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outgress packets that are measured in packets per second.
|
String |
toString()
Returns a string representation of this object.
|
NetworkResourceUtilization |
withNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second.
|
NetworkResourceUtilization |
withNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second.
|
NetworkResourceUtilization |
withNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network ingress packets that are measured in packets per second.
|
NetworkResourceUtilization |
withNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outgress packets that are measured in packets per second.
|
public void setNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second.
networkInBytesPerSecond
- The network inbound throughput utilization measured in Bytes per second.public String getNetworkInBytesPerSecond()
The network inbound throughput utilization measured in Bytes per second.
public NetworkResourceUtilization withNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second.
networkInBytesPerSecond
- The network inbound throughput utilization measured in Bytes per second.public void setNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second.
networkOutBytesPerSecond
- The network outbound throughput utilization measured in Bytes per second.public String getNetworkOutBytesPerSecond()
The network outbound throughput utilization measured in Bytes per second.
public NetworkResourceUtilization withNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second.
networkOutBytesPerSecond
- The network outbound throughput utilization measured in Bytes per second.public void setNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network ingress packets that are measured in packets per second.
networkPacketsInPerSecond
- The network ingress packets that are measured in packets per second.public String getNetworkPacketsInPerSecond()
The network ingress packets that are measured in packets per second.
public NetworkResourceUtilization withNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network ingress packets that are measured in packets per second.
networkPacketsInPerSecond
- The network ingress packets that are measured in packets per second.public void setNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outgress packets that are measured in packets per second.
networkPacketsOutPerSecond
- The network outgress packets that are measured in packets per second.public String getNetworkPacketsOutPerSecond()
The network outgress packets that are measured in packets per second.
public NetworkResourceUtilization withNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outgress packets that are measured in packets per second.
networkPacketsOutPerSecond
- The network outgress packets that are measured in packets per second.public String toString()
toString
in class Object
Object.toString()
public NetworkResourceUtilization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.