7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devicefarm/model/NetworkProfileType.h>
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 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;
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