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 ProjectArnT = Aws::String>
43 m_projectArnHasBeenSet =
true;
44 m_projectArn = std::forward<ProjectArnT>(value);
46 template <
typename ProjectArnT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
96 m_typeHasBeenSet =
true;
113 m_uplinkBandwidthBitsHasBeenSet =
true;
114 m_uplinkBandwidthBits = value;
130 m_downlinkBandwidthBitsHasBeenSet =
true;
131 m_downlinkBandwidthBits = value;
147 m_uplinkDelayMsHasBeenSet =
true;
148 m_uplinkDelayMs = value;
164 m_downlinkDelayMsHasBeenSet =
true;
165 m_downlinkDelayMs = value;
181 m_uplinkJitterMsHasBeenSet =
true;
182 m_uplinkJitterMs = value;
198 m_downlinkJitterMsHasBeenSet =
true;
199 m_downlinkJitterMs = value;
215 m_uplinkLossPercentHasBeenSet =
true;
216 m_uplinkLossPercent = value;
231 m_downlinkLossPercentHasBeenSet =
true;
232 m_downlinkLossPercent = value;
248 long long m_uplinkBandwidthBits{0};
250 long long m_downlinkBandwidthBits{0};
252 long long m_uplinkDelayMs{0};
254 long long m_downlinkDelayMs{0};
256 long long m_uplinkJitterMs{0};
258 long long m_downlinkJitterMs{0};
260 int m_uplinkLossPercent{0};
262 int m_downlinkLossPercent{0};
263 bool m_projectArnHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_descriptionHasBeenSet =
false;
266 bool m_typeHasBeenSet =
false;
267 bool m_uplinkBandwidthBitsHasBeenSet =
false;
268 bool m_downlinkBandwidthBitsHasBeenSet =
false;
269 bool m_uplinkDelayMsHasBeenSet =
false;
270 bool m_downlinkDelayMsHasBeenSet =
false;
271 bool m_uplinkJitterMsHasBeenSet =
false;
272 bool m_downlinkJitterMsHasBeenSet =
false;
273 bool m_uplinkLossPercentHasBeenSet =
false;
274 bool m_downlinkLossPercentHasBeenSet =
false;
const Aws::String & GetDescription() const
CreateNetworkProfileRequest & WithDownlinkBandwidthBits(long long value)
long long GetUplinkBandwidthBits() const
long long GetDownlinkJitterMs() const
void SetDescription(DescriptionT &&value)
bool UplinkLossPercentHasBeenSet() const
CreateNetworkProfileRequest & WithName(NameT &&value)
CreateNetworkProfileRequest & WithUplinkJitterMs(long long value)
bool ProjectArnHasBeenSet() const
long long GetDownlinkDelayMs() const
CreateNetworkProfileRequest & WithDownlinkDelayMs(long long value)
long long GetUplinkDelayMs() const
int GetDownlinkLossPercent() const
int GetUplinkLossPercent() const
void SetUplinkJitterMs(long long value)
long long GetDownlinkBandwidthBits() const
CreateNetworkProfileRequest & WithDownlinkJitterMs(long long value)
void SetProjectArn(ProjectArnT &&value)
const Aws::String & GetProjectArn() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
void SetUplinkBandwidthBits(long long value)
CreateNetworkProfileRequest & WithUplinkLossPercent(int value)
void SetType(NetworkProfileType value)
bool TypeHasBeenSet() const
bool DownlinkJitterMsHasBeenSet() const
void SetName(NameT &&value)
bool DownlinkDelayMsHasBeenSet() const
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
CreateNetworkProfileRequest & WithProjectArn(ProjectArnT &&value)
bool DownlinkLossPercentHasBeenSet() const
void SetDownlinkJitterMs(long long value)
bool NameHasBeenSet() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetDownlinkBandwidthBits(long long value)
CreateNetworkProfileRequest & WithType(NetworkProfileType value)
long long GetUplinkJitterMs() const
CreateNetworkProfileRequest & WithUplinkBandwidthBits(long long value)
NetworkProfileType GetType() const
bool UplinkJitterMsHasBeenSet() const
bool UplinkBandwidthBitsHasBeenSet() const
bool UplinkDelayMsHasBeenSet() const
void SetDownlinkDelayMs(long long value)
AWS_DEVICEFARM_API CreateNetworkProfileRequest()=default
void SetUplinkDelayMs(long long value)
void SetDownlinkLossPercent(int value)
void SetUplinkLossPercent(int value)
CreateNetworkProfileRequest & WithDownlinkLossPercent(int value)
CreateNetworkProfileRequest & WithDescription(DescriptionT &&value)
bool DownlinkBandwidthBitsHasBeenSet() const
CreateNetworkProfileRequest & WithUplinkDelayMs(long long value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String