7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/NetworkProfileType.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
95 inline void SetUplinkBandwidthBits(
long long value) { m_uplinkBandwidthBitsHasBeenSet =
true; m_uplinkBandwidthBits = value; }
106 inline void SetDownlinkBandwidthBits(
long long value) { m_downlinkBandwidthBitsHasBeenSet =
true; m_downlinkBandwidthBits = value; }
117 inline void SetUplinkDelayMs(
long long value) { m_uplinkDelayMsHasBeenSet =
true; m_uplinkDelayMs = value; }
128 inline void SetDownlinkDelayMs(
long long value) { m_downlinkDelayMsHasBeenSet =
true; m_downlinkDelayMs = value; }
139 inline void SetUplinkJitterMs(
long long value) { m_uplinkJitterMsHasBeenSet =
true; m_uplinkJitterMs = value; }
150 inline void SetDownlinkJitterMs(
long long value) { m_downlinkJitterMsHasBeenSet =
true; m_downlinkJitterMs = value; }
161 inline void SetUplinkLossPercent(
int value) { m_uplinkLossPercentHasBeenSet =
true; m_uplinkLossPercent = value; }
177 bool m_arnHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
186 bool m_typeHasBeenSet =
false;
188 long long m_uplinkBandwidthBits{0};
189 bool m_uplinkBandwidthBitsHasBeenSet =
false;
191 long long m_downlinkBandwidthBits{0};
192 bool m_downlinkBandwidthBitsHasBeenSet =
false;
194 long long m_uplinkDelayMs{0};
195 bool m_uplinkDelayMsHasBeenSet =
false;
197 long long m_downlinkDelayMs{0};
198 bool m_downlinkDelayMsHasBeenSet =
false;
200 long long m_uplinkJitterMs{0};
201 bool m_uplinkJitterMsHasBeenSet =
false;
203 long long m_downlinkJitterMs{0};
204 bool m_downlinkJitterMsHasBeenSet =
false;
206 int m_uplinkLossPercent{0};
207 bool m_uplinkLossPercentHasBeenSet =
false;
209 int m_downlinkLossPercent{0};
210 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