7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/NetworkProfileType.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 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));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
99 m_typeHasBeenSet =
true;
116 m_uplinkBandwidthBitsHasBeenSet =
true;
117 m_uplinkBandwidthBits = value;
133 m_downlinkBandwidthBitsHasBeenSet =
true;
134 m_downlinkBandwidthBits = value;
150 m_uplinkDelayMsHasBeenSet =
true;
151 m_uplinkDelayMs = value;
167 m_downlinkDelayMsHasBeenSet =
true;
168 m_downlinkDelayMs = value;
184 m_uplinkJitterMsHasBeenSet =
true;
185 m_uplinkJitterMs = value;
201 m_downlinkJitterMsHasBeenSet =
true;
202 m_downlinkJitterMs = value;
218 m_uplinkLossPercentHasBeenSet =
true;
219 m_uplinkLossPercent = value;
234 m_downlinkLossPercentHasBeenSet =
true;
235 m_downlinkLossPercent = value;
251 long long m_uplinkBandwidthBits{0};
253 long long m_downlinkBandwidthBits{0};
255 long long m_uplinkDelayMs{0};
257 long long m_downlinkDelayMs{0};
259 long long m_uplinkJitterMs{0};
261 long long m_downlinkJitterMs{0};
263 int m_uplinkLossPercent{0};
265 int m_downlinkLossPercent{0};
266 bool m_arnHasBeenSet =
false;
267 bool m_nameHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_typeHasBeenSet =
false;
270 bool m_uplinkBandwidthBitsHasBeenSet =
false;
271 bool m_downlinkBandwidthBitsHasBeenSet =
false;
272 bool m_uplinkDelayMsHasBeenSet =
false;
273 bool m_downlinkDelayMsHasBeenSet =
false;
274 bool m_uplinkJitterMsHasBeenSet =
false;
275 bool m_downlinkJitterMsHasBeenSet =
false;
276 bool m_uplinkLossPercentHasBeenSet =
false;
277 bool m_downlinkLossPercentHasBeenSet =
false;
void SetDownlinkJitterMs(long long value)
virtual const char * GetServiceRequestName() const override
long long GetDownlinkBandwidthBits() const
void SetUplinkBandwidthBits(long long value)
UpdateNetworkProfileRequest & WithDownlinkBandwidthBits(long long value)
UpdateNetworkProfileRequest & WithArn(ArnT &&value)
void SetDownlinkDelayMs(long long value)
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
int GetUplinkLossPercent() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
UpdateNetworkProfileRequest & WithUplinkDelayMs(long long value)
void SetUplinkDelayMs(long long value)
bool UplinkJitterMsHasBeenSet() const
void SetDownlinkBandwidthBits(long long value)
bool UplinkLossPercentHasBeenSet() const
UpdateNetworkProfileRequest & WithType(NetworkProfileType value)
long long GetUplinkJitterMs() const
bool TypeHasBeenSet() const
const Aws::String & GetArn() const
bool DownlinkBandwidthBitsHasBeenSet() const
bool DownlinkJitterMsHasBeenSet() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetArn(ArnT &&value)
UpdateNetworkProfileRequest & WithDownlinkJitterMs(long long value)
long long GetDownlinkDelayMs() const
void SetUplinkLossPercent(int value)
long long GetUplinkBandwidthBits() const
UpdateNetworkProfileRequest & WithUplinkJitterMs(long long value)
NetworkProfileType GetType() const
UpdateNetworkProfileRequest & WithDownlinkLossPercent(int value)
AWS_DEVICEFARM_API UpdateNetworkProfileRequest()=default
bool NameHasBeenSet() const
bool DownlinkLossPercentHasBeenSet() const
UpdateNetworkProfileRequest & WithName(NameT &&value)
bool ArnHasBeenSet() const
UpdateNetworkProfileRequest & WithDescription(DescriptionT &&value)
UpdateNetworkProfileRequest & WithUplinkBandwidthBits(long long value)
void SetUplinkJitterMs(long long value)
long long GetDownlinkJitterMs() const
bool DownlinkDelayMsHasBeenSet() const
bool UplinkBandwidthBitsHasBeenSet() const
void SetType(NetworkProfileType value)
int GetDownlinkLossPercent() const
UpdateNetworkProfileRequest & WithDownlinkDelayMs(long long value)
bool UplinkDelayMsHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
UpdateNetworkProfileRequest & WithUplinkLossPercent(int value)
void SetDownlinkLossPercent(int value)
long long GetUplinkDelayMs() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String