7#include <aws/privatenetworks/PrivateNetworks_EXPORTS.h>
8#include <aws/privatenetworks/PrivateNetworksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PrivateNetworks
43 inline void SetDeviceIdentifierArn(
const char* value) { m_deviceIdentifierArnHasBeenSet =
true; m_deviceIdentifierArn.assign(value); }
51 bool m_deviceIdentifierArnHasBeenSet =
false;
GetDeviceIdentifierRequest & WithDeviceIdentifierArn(Aws::String &&value)
void SetDeviceIdentifierArn(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool DeviceIdentifierArnHasBeenSet() const
GetDeviceIdentifierRequest & WithDeviceIdentifierArn(const Aws::String &value)
void SetDeviceIdentifierArn(const char *value)
const Aws::String & GetDeviceIdentifierArn() const
AWS_PRIVATENETWORKS_API GetDeviceIdentifierRequest()
void SetDeviceIdentifierArn(const Aws::String &value)
AWS_PRIVATENETWORKS_API Aws::String SerializePayload() const override
GetDeviceIdentifierRequest & WithDeviceIdentifierArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String