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 ProjectArnT = Aws::String>
46 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
47 template<
typename ProjectArnT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
92 inline void SetUplinkBandwidthBits(
long long value) { m_uplinkBandwidthBitsHasBeenSet =
true; m_uplinkBandwidthBits = value; }
103 inline void SetDownlinkBandwidthBits(
long long value) { m_downlinkBandwidthBitsHasBeenSet =
true; m_downlinkBandwidthBits = value; }
114 inline void SetUplinkDelayMs(
long long value) { m_uplinkDelayMsHasBeenSet =
true; m_uplinkDelayMs = value; }
125 inline void SetDownlinkDelayMs(
long long value) { m_downlinkDelayMsHasBeenSet =
true; m_downlinkDelayMs = value; }
136 inline void SetUplinkJitterMs(
long long value) { m_uplinkJitterMsHasBeenSet =
true; m_uplinkJitterMs = value; }
147 inline void SetDownlinkJitterMs(
long long value) { m_downlinkJitterMsHasBeenSet =
true; m_downlinkJitterMs = value; }
158 inline void SetUplinkLossPercent(
int value) { m_uplinkLossPercentHasBeenSet =
true; m_uplinkLossPercent = value; }
174 bool m_projectArnHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_typeHasBeenSet =
false;
185 long long m_uplinkBandwidthBits{0};
186 bool m_uplinkBandwidthBitsHasBeenSet =
false;
188 long long m_downlinkBandwidthBits{0};
189 bool m_downlinkBandwidthBitsHasBeenSet =
false;
191 long long m_uplinkDelayMs{0};
192 bool m_uplinkDelayMsHasBeenSet =
false;
194 long long m_downlinkDelayMs{0};
195 bool m_downlinkDelayMsHasBeenSet =
false;
197 long long m_uplinkJitterMs{0};
198 bool m_uplinkJitterMsHasBeenSet =
false;
200 long long m_downlinkJitterMs{0};
201 bool m_downlinkJitterMsHasBeenSet =
false;
203 int m_uplinkLossPercent{0};
204 bool m_uplinkLossPercentHasBeenSet =
false;
206 int m_downlinkLossPercent{0};
207 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