7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/NetworkProfileType.h>
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
103 inline void SetUplinkBandwidthBits(
long long value) { m_uplinkBandwidthBitsHasBeenSet =
true; m_uplinkBandwidthBits = value; }
114 inline void SetDownlinkBandwidthBits(
long long value) { m_downlinkBandwidthBitsHasBeenSet =
true; m_downlinkBandwidthBits = value; }
125 inline void SetUplinkDelayMs(
long long value) { m_uplinkDelayMsHasBeenSet =
true; m_uplinkDelayMs = value; }
136 inline void SetDownlinkDelayMs(
long long value) { m_downlinkDelayMsHasBeenSet =
true; m_downlinkDelayMs = value; }
147 inline void SetUplinkJitterMs(
long long value) { m_uplinkJitterMsHasBeenSet =
true; m_uplinkJitterMs = value; }
158 inline void SetDownlinkJitterMs(
long long value) { m_downlinkJitterMsHasBeenSet =
true; m_downlinkJitterMs = value; }
169 inline void SetUplinkLossPercent(
int value) { m_uplinkLossPercentHasBeenSet =
true; m_uplinkLossPercent = value; }
185 bool m_arnHasBeenSet =
false;
188 bool m_nameHasBeenSet =
false;
191 bool m_descriptionHasBeenSet =
false;
194 bool m_typeHasBeenSet =
false;
196 long long m_uplinkBandwidthBits;
197 bool m_uplinkBandwidthBitsHasBeenSet =
false;
199 long long m_downlinkBandwidthBits;
200 bool m_downlinkBandwidthBitsHasBeenSet =
false;
202 long long m_uplinkDelayMs;
203 bool m_uplinkDelayMsHasBeenSet =
false;
205 long long m_downlinkDelayMs;
206 bool m_downlinkDelayMsHasBeenSet =
false;
208 long long m_uplinkJitterMs;
209 bool m_uplinkJitterMsHasBeenSet =
false;
211 long long m_downlinkJitterMs;
212 bool m_downlinkJitterMsHasBeenSet =
false;
214 int m_uplinkLossPercent;
215 bool m_uplinkLossPercentHasBeenSet =
false;
217 int m_downlinkLossPercent;
218 bool m_downlinkLossPercentHasBeenSet =
false;
bool DownlinkDelayMsHasBeenSet() const
void SetDescription(Aws::String &&value)
NetworkProfile & WithDescription(Aws::String &&value)
void SetUplinkLossPercent(int value)
const NetworkProfileType & GetType() const
void SetDownlinkBandwidthBits(long long value)
NetworkProfile & WithName(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetType(NetworkProfileType &&value)
int GetUplinkLossPercent() const
NetworkProfile & WithType(const NetworkProfileType &value)
void SetArn(const char *value)
NetworkProfile & WithDownlinkBandwidthBits(long long value)
void SetUplinkBandwidthBits(long long value)
void SetType(const NetworkProfileType &value)
void SetUplinkJitterMs(long long value)
long long GetDownlinkDelayMs() const
bool DescriptionHasBeenSet() const
bool UplinkJitterMsHasBeenSet() const
const Aws::String & GetName() const
long long GetDownlinkBandwidthBits() const
NetworkProfile & WithDescription(const Aws::String &value)
NetworkProfile & WithUplinkJitterMs(long long value)
bool UplinkLossPercentHasBeenSet() const
void SetUplinkDelayMs(long long value)
AWS_DEVICEFARM_API NetworkProfile()
int GetDownlinkLossPercent() const
long long GetUplinkBandwidthBits() const
NetworkProfile & WithDescription(const char *value)
NetworkProfile & WithDownlinkLossPercent(int value)
void SetName(Aws::String &&value)
long long GetUplinkJitterMs() const
bool NameHasBeenSet() const
NetworkProfile & WithUplinkBandwidthBits(long long value)
bool DownlinkBandwidthBitsHasBeenSet() const
bool ArnHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
NetworkProfile & WithArn(const Aws::String &value)
void SetName(const char *value)
bool DownlinkLossPercentHasBeenSet() const
void SetDownlinkJitterMs(long long value)
const Aws::String & GetDescription() const
NetworkProfile & WithType(NetworkProfileType &&value)
AWS_DEVICEFARM_API NetworkProfile(Aws::Utils::Json::JsonView jsonValue)
bool UplinkBandwidthBitsHasBeenSet() const
const Aws::String & GetArn() const
void SetName(const Aws::String &value)
void SetDownlinkLossPercent(int value)
NetworkProfile & WithArn(const char *value)
bool DownlinkJitterMsHasBeenSet() const
NetworkProfile & WithDownlinkJitterMs(long long value)
void SetDescription(const char *value)
void SetArn(Aws::String &&value)
NetworkProfile & WithName(const char *value)
void SetDownlinkDelayMs(long long value)
long long GetUplinkDelayMs() const
NetworkProfile & WithUplinkDelayMs(long long value)
NetworkProfile & WithName(Aws::String &&value)
long long GetDownlinkJitterMs() const
NetworkProfile & WithArn(Aws::String &&value)
AWS_DEVICEFARM_API NetworkProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
NetworkProfile & WithUplinkLossPercent(int value)
bool UplinkDelayMsHasBeenSet() const
void SetArn(const Aws::String &value)
NetworkProfile & WithDownlinkDelayMs(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue