@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 (Bps).
|
String |
getNetworkOutBytesPerSecond()
The network outbound throughput utilization measured in Bytes per second (Bps).
|
String |
getNetworkPacketsInPerSecond()
The network inbound packets that are measured in packets per second.
|
String |
getNetworkPacketsOutPerSecond()
The network outbound packets that are measured in packets per second.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
|
void |
setNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
|
void |
setNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
|
void |
setNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound 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 (Bps).
|
NetworkResourceUtilization |
withNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
|
NetworkResourceUtilization |
withNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
|
NetworkResourceUtilization |
withNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
|
public void setNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
networkInBytesPerSecond
- The network inbound throughput utilization measured in Bytes per second (Bps).public String getNetworkInBytesPerSecond()
The network inbound throughput utilization measured in Bytes per second (Bps).
public NetworkResourceUtilization withNetworkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
networkInBytesPerSecond
- The network inbound throughput utilization measured in Bytes per second (Bps).public void setNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
networkOutBytesPerSecond
- The network outbound throughput utilization measured in Bytes per second (Bps).public String getNetworkOutBytesPerSecond()
The network outbound throughput utilization measured in Bytes per second (Bps).
public NetworkResourceUtilization withNetworkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
networkOutBytesPerSecond
- The network outbound throughput utilization measured in Bytes per second (Bps).public void setNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
networkPacketsInPerSecond
- The network inbound packets that are measured in packets per second.public String getNetworkPacketsInPerSecond()
The network inbound packets that are measured in packets per second.
public NetworkResourceUtilization withNetworkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
networkPacketsInPerSecond
- The network inbound packets that are measured in packets per second.public void setNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
networkPacketsOutPerSecond
- The network outbound packets that are measured in packets per second.public String getNetworkPacketsOutPerSecond()
The network outbound packets that are measured in packets per second.
public NetworkResourceUtilization withNetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
networkPacketsOutPerSecond
- The network outbound 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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.