7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename DeviceSerialNumberT = Aws::String>
42 void SetDeviceSerialNumber(DeviceSerialNumberT&& value) { m_deviceSerialNumberHasBeenSet =
true; m_deviceSerialNumber = std::forward<DeviceSerialNumberT>(value); }
43 template<
typename DeviceSerialNumberT = Aws::String>
53 template<
typename AssetIdT = Aws::String>
54 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
55 template<
typename AssetIdT = Aws::String>
65 template<
typename ClientPublicKeyT = Aws::String>
66 void SetClientPublicKey(ClientPublicKeyT&& value) { m_clientPublicKeyHasBeenSet =
true; m_clientPublicKey = std::forward<ClientPublicKeyT>(value); }
67 template<
typename ClientPublicKeyT = Aws::String>
83 bool m_deviceSerialNumberHasBeenSet =
false;
86 bool m_assetIdHasBeenSet =
false;
89 bool m_clientPublicKeyHasBeenSet =
false;
91 int m_networkInterfaceDeviceIndex{0};
92 bool m_networkInterfaceDeviceIndexHasBeenSet =
false;
StartConnectionRequest & WithClientPublicKey(ClientPublicKeyT &&value)
StartConnectionRequest & WithAssetId(AssetIdT &&value)
StartConnectionRequest & WithDeviceSerialNumber(DeviceSerialNumberT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientPublicKeyHasBeenSet() const
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
StartConnectionRequest & WithNetworkInterfaceDeviceIndex(int value)
int GetNetworkInterfaceDeviceIndex() const
const Aws::String & GetClientPublicKey() const
const Aws::String & GetDeviceSerialNumber() const
void SetAssetId(AssetIdT &&value)
bool NetworkInterfaceDeviceIndexHasBeenSet() const
const Aws::String & GetAssetId() const
void SetDeviceSerialNumber(DeviceSerialNumberT &&value)
void SetClientPublicKey(ClientPublicKeyT &&value)
void SetNetworkInterfaceDeviceIndex(int value)
bool AssetIdHasBeenSet() const
AWS_OUTPOSTS_API StartConnectionRequest()=default
bool DeviceSerialNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String