@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkProfile extends Object implements Serializable, Cloneable, StructuredPojo
An array of settings that describes characteristics of a network profile.
Constructor and Description |
---|
NetworkProfile() |
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the network profile.
|
String |
getDescription()
The description of the network profile.
|
Long |
getDownlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
getDownlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
getDownlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
getDownlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
String |
getName()
The name of the network profile.
|
String |
getType()
The type of network profile.
|
Long |
getUplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
getUplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
getUplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
getUplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the network profile.
|
void |
setDescription(String description)
The description of the network profile.
|
void |
setDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
void |
setDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
void |
setDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
void |
setDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
void |
setName(String name)
The name of the network profile.
|
void |
setType(NetworkProfileType type)
The type of network profile.
|
void |
setType(String type)
The type of network profile.
|
void |
setUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
void |
setUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
void |
setUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
void |
setUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NetworkProfile |
withArn(String arn)
The Amazon Resource Name (ARN) of the network profile.
|
NetworkProfile |
withDescription(String description)
The description of the network profile.
|
NetworkProfile |
withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile |
withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
NetworkProfile |
withName(String name)
The name of the network profile.
|
NetworkProfile |
withType(NetworkProfileType type)
The type of network profile.
|
NetworkProfile |
withType(String type)
The type of network profile.
|
NetworkProfile |
withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile |
withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the network profile.
arn
- The Amazon Resource Name (ARN) of the network profile.public String getArn()
The Amazon Resource Name (ARN) of the network profile.
public NetworkProfile withArn(String arn)
The Amazon Resource Name (ARN) of the network profile.
arn
- The Amazon Resource Name (ARN) of the network profile.public void setName(String name)
The name of the network profile.
name
- The name of the network profile.public String getName()
The name of the network profile.
public NetworkProfile withName(String name)
The name of the network profile.
name
- The name of the network profile.public void setDescription(String description)
The description of the network profile.
description
- The description of the network profile.public String getDescription()
The description of the network profile.
public NetworkProfile withDescription(String description)
The description of the network profile.
description
- The description of the network profile.public void setType(String type)
The type of network profile. Valid values are listed below.
type
- The type of network profile. Valid values are listed below.NetworkProfileType
public String getType()
The type of network profile. Valid values are listed below.
NetworkProfileType
public NetworkProfile withType(String type)
The type of network profile. Valid values are listed below.
type
- The type of network profile. Valid values are listed below.NetworkProfileType
public void setType(NetworkProfileType type)
The type of network profile. Valid values are listed below.
type
- The type of network profile. Valid values are listed below.NetworkProfileType
public NetworkProfile withType(NetworkProfileType type)
The type of network profile. Valid values are listed below.
type
- The type of network profile. Valid values are listed below.NetworkProfileType
public void setUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
uplinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.public Long getUplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public NetworkProfile withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
uplinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.public void setDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
downlinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.public Long getDownlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public NetworkProfile withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
downlinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.public void setUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
uplinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.public Long getUplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public NetworkProfile withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
uplinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.public void setDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
downlinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.public Long getDownlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public NetworkProfile withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
downlinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.public void setUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
uplinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.public Long getUplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public NetworkProfile withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
uplinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.public void setDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
downlinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.public Long getDownlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public NetworkProfile withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
downlinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.public void setUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
uplinkLossPercent
- Proportion of transmitted packets that fail to arrive from 0 to 100 percent.public Integer getUplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
public NetworkProfile withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
uplinkLossPercent
- Proportion of transmitted packets that fail to arrive from 0 to 100 percent.public void setDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
downlinkLossPercent
- Proportion of received packets that fail to arrive from 0 to 100 percent.public Integer getDownlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
public NetworkProfile withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
downlinkLossPercent
- Proportion of received packets that fail to arrive from 0 to 100 percent.public String toString()
toString
in class Object
Object.toString()
public NetworkProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.