@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNetworkProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNetworkProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
|
String |
getDescription()
The descriptoin of the network profile about which you are returning information.
|
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 about which you are returning information.
|
String |
getType()
The type of network profile you wish to return information about.
|
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 |
setArn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
|
void |
setDescription(String description)
The descriptoin of the network profile about which you are returning information.
|
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 about which you are returning information.
|
void |
setType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
void |
setType(String type)
The type of network profile you wish to return information about.
|
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.
|
UpdateNetworkProfileRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
|
UpdateNetworkProfileRequest |
withDescription(String description)
The descriptoin of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest |
withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest |
withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
UpdateNetworkProfileRequest |
withName(String name)
The name of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest |
withType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest |
withType(String type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest |
withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest |
withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
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 setArn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
arn
- The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.public String getArn()
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
public UpdateNetworkProfileRequest withArn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
arn
- The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.public void setName(String name)
The name of the network profile about which you are returning information.
name
- The name of the network profile about which you are returning information.public String getName()
The name of the network profile about which you are returning information.
public UpdateNetworkProfileRequest withName(String name)
The name of the network profile about which you are returning information.
name
- The name of the network profile about which you are returning information.public void setDescription(String description)
The descriptoin of the network profile about which you are returning information.
description
- The descriptoin of the network profile about which you are returning information.public String getDescription()
The descriptoin of the network profile about which you are returning information.
public UpdateNetworkProfileRequest withDescription(String description)
The descriptoin of the network profile about which you are returning information.
description
- The descriptoin of the network profile about which you are returning information.public void setType(String type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
public String getType()
The type of network profile you wish to return information about. Valid values are listed below.
NetworkProfileType
public UpdateNetworkProfileRequest withType(String type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
public void setType(NetworkProfileType type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
public UpdateNetworkProfileRequest withType(NetworkProfileType type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest 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 UpdateNetworkProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.