@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNetworkProfileRequest extends DeviceFarmRequest implements ToCopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNetworkProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
|
static UpdateNetworkProfileRequest.Builder |
builder() |
String |
description()
The description of the network profile about which you are returning information.
|
Long |
downlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
downlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
downlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
downlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the network profile about which you are returning information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNetworkProfileRequest.Builder> |
serializableBuilderClass() |
UpdateNetworkProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NetworkProfileType |
type()
The type of network profile to return information about.
|
String |
typeAsString()
The type of network profile to return information about.
|
Long |
uplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
uplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
uplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
uplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
public final String name()
The name of the network profile about which you are returning information.
public final String description()
The description of the network profile about which you are returning information.
public final NetworkProfileType type()
The type of network profile to return information about. Valid values are listed here.
If the service returns an enum value that is not available in the current SDK version, type will return
NetworkProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
NetworkProfileTypepublic final String typeAsString()
The type of network profile to return information about. Valid values are listed here.
If the service returns an enum value that is not available in the current SDK version, type will return
NetworkProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
NetworkProfileTypepublic final Long uplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public final Long downlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public final Long uplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public final Long downlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public final Long uplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public final Long downlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public final Integer uplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
public final Integer downlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
public UpdateNetworkProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>toBuilder in class DeviceFarmRequestpublic static UpdateNetworkProfileRequest.Builder builder()
public static Class<? extends UpdateNetworkProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.