7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/NetworkProfileType.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_typeHasBeenSet =
true;
114 m_uplinkBandwidthBitsHasBeenSet =
true;
115 m_uplinkBandwidthBits = value;
131 m_downlinkBandwidthBitsHasBeenSet =
true;
132 m_downlinkBandwidthBits = value;
148 m_uplinkDelayMsHasBeenSet =
true;
149 m_uplinkDelayMs = value;
165 m_downlinkDelayMsHasBeenSet =
true;
166 m_downlinkDelayMs = value;
182 m_uplinkJitterMsHasBeenSet =
true;
183 m_uplinkJitterMs = value;
199 m_downlinkJitterMsHasBeenSet =
true;
200 m_downlinkJitterMs = value;
216 m_uplinkLossPercentHasBeenSet =
true;
217 m_uplinkLossPercent = value;
232 m_downlinkLossPercentHasBeenSet =
true;
233 m_downlinkLossPercent = value;
249 long long m_uplinkBandwidthBits{0};
251 long long m_downlinkBandwidthBits{0};
253 long long m_uplinkDelayMs{0};
255 long long m_downlinkDelayMs{0};
257 long long m_uplinkJitterMs{0};
259 long long m_downlinkJitterMs{0};
261 int m_uplinkLossPercent{0};
263 int m_downlinkLossPercent{0};
264 bool m_arnHasBeenSet =
false;
265 bool m_nameHasBeenSet =
false;
266 bool m_descriptionHasBeenSet =
false;
267 bool m_typeHasBeenSet =
false;
268 bool m_uplinkBandwidthBitsHasBeenSet =
false;
269 bool m_downlinkBandwidthBitsHasBeenSet =
false;
270 bool m_uplinkDelayMsHasBeenSet =
false;
271 bool m_downlinkDelayMsHasBeenSet =
false;
272 bool m_uplinkJitterMsHasBeenSet =
false;
273 bool m_downlinkJitterMsHasBeenSet =
false;
274 bool m_uplinkLossPercentHasBeenSet =
false;
275 bool m_downlinkLossPercentHasBeenSet =
false;
bool DownlinkDelayMsHasBeenSet() const
NetworkProfile & WithName(NameT &&value)
void SetUplinkLossPercent(int value)
void SetDownlinkBandwidthBits(long long value)
int GetUplinkLossPercent() const
NetworkProfile & WithDownlinkBandwidthBits(long long value)
void SetUplinkBandwidthBits(long long 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 & WithUplinkJitterMs(long long value)
void SetDescription(DescriptionT &&value)
AWS_DEVICEFARM_API NetworkProfile()=default
bool UplinkLossPercentHasBeenSet() const
void SetUplinkDelayMs(long long value)
NetworkProfile & WithDescription(DescriptionT &&value)
int GetDownlinkLossPercent() const
long long GetUplinkBandwidthBits() const
NetworkProfile & WithDownlinkLossPercent(int value)
void SetType(NetworkProfileType value)
long long GetUplinkJitterMs() const
bool NameHasBeenSet() const
NetworkProfile & WithUplinkBandwidthBits(long long value)
bool DownlinkBandwidthBitsHasBeenSet() const
bool ArnHasBeenSet() const
NetworkProfile & WithArn(ArnT &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool DownlinkLossPercentHasBeenSet() const
NetworkProfile & WithType(NetworkProfileType value)
void SetDownlinkJitterMs(long long value)
const Aws::String & GetDescription() const
AWS_DEVICEFARM_API NetworkProfile(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool UplinkBandwidthBitsHasBeenSet() const
const Aws::String & GetArn() const
void SetDownlinkLossPercent(int value)
bool DownlinkJitterMsHasBeenSet() const
void SetName(NameT &&value)
NetworkProfile & WithDownlinkJitterMs(long long value)
void SetDownlinkDelayMs(long long value)
NetworkProfileType GetType() const
long long GetUplinkDelayMs() const
NetworkProfile & WithUplinkDelayMs(long long value)
long long GetDownlinkJitterMs() const
AWS_DEVICEFARM_API NetworkProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
NetworkProfile & WithUplinkLossPercent(int value)
bool UplinkDelayMsHasBeenSet() const
NetworkProfile & WithDownlinkDelayMs(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue