@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateNetworkProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 you wish to specify for the new network profile.
|
String |
getProjectArn()
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
|
String |
getType()
The type of network profile you wish to create.
|
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 |
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 you wish to specify for the new network profile.
|
void |
setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
|
void |
setType(NetworkProfileType type)
The type of network profile you wish to create.
|
void |
setType(String type)
The type of network profile you wish to create.
|
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.
|
CreateNetworkProfileRequest |
withDescription(String description)
The description of the network profile.
|
CreateNetworkProfileRequest |
withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest |
withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
CreateNetworkProfileRequest |
withName(String name)
The name you wish to specify for the new network profile.
|
CreateNetworkProfileRequest |
withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
|
CreateNetworkProfileRequest |
withType(NetworkProfileType type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest |
withType(String type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest |
withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest |
withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
projectArn
- The Amazon Resource Name (ARN) of the project for which you want to create a network profile.public String getProjectArn()
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
public CreateNetworkProfileRequest withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
projectArn
- The Amazon Resource Name (ARN) of the project for which you want to create a network profile.public void setName(String name)
The name you wish to specify for the new network profile.
name
- The name you wish to specify for the new network profile.public String getName()
The name you wish to specify for the new network profile.
public CreateNetworkProfileRequest withName(String name)
The name you wish to specify for the new network profile.
name
- The name you wish to specify for the new 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 CreateNetworkProfileRequest 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 you wish to create. Valid values are listed below.
type
- The type of network profile you wish to create. Valid values are listed below.NetworkProfileType
public String getType()
The type of network profile you wish to create. Valid values are listed below.
NetworkProfileType
public CreateNetworkProfileRequest withType(String type)
The type of network profile you wish to create. Valid values are listed below.
type
- The type of network profile you wish to create. Valid values are listed below.NetworkProfileType
public void setType(NetworkProfileType type)
The type of network profile you wish to create. Valid values are listed below.
type
- The type of network profile you wish to create. Valid values are listed below.NetworkProfileType
public CreateNetworkProfileRequest withType(NetworkProfileType type)
The type of network profile you wish to create. Valid values are listed below.
type
- The type of network profile you wish to create. 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest 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 CreateNetworkProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.