7#include <aws/privatenetworks/PrivateNetworks_EXPORTS.h>
8#include <aws/privatenetworks/model/DeviceIdentifier.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace PrivateNetworks
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetDeviceIdentifier(const DeviceIdentifier &value)
ActivateDeviceIdentifierResult & AddTags(const char *key, Aws::String &&value)
ActivateDeviceIdentifierResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ActivateDeviceIdentifierResult & WithDeviceIdentifier(DeviceIdentifier &&value)
ActivateDeviceIdentifierResult & AddTags(const Aws::String &key, const Aws::String &value)
AWS_PRIVATENETWORKS_API ActivateDeviceIdentifierResult()
ActivateDeviceIdentifierResult & WithRequestId(const char *value)
ActivateDeviceIdentifierResult & WithRequestId(Aws::String &&value)
ActivateDeviceIdentifierResult & WithDeviceIdentifier(const DeviceIdentifier &value)
AWS_PRIVATENETWORKS_API ActivateDeviceIdentifierResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PRIVATENETWORKS_API ActivateDeviceIdentifierResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeviceIdentifier(DeviceIdentifier &&value)
ActivateDeviceIdentifierResult & AddTags(Aws::String &&key, const char *value)
void SetRequestId(const Aws::String &value)
ActivateDeviceIdentifierResult & AddTags(Aws::String &&key, Aws::String &&value)
const DeviceIdentifier & GetDeviceIdentifier() const
const Aws::String & GetRequestId() const
ActivateDeviceIdentifierResult & WithRequestId(const Aws::String &value)
ActivateDeviceIdentifierResult & AddTags(const Aws::String &key, Aws::String &&value)
ActivateDeviceIdentifierResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
ActivateDeviceIdentifierResult & AddTags(Aws::String &&key, const Aws::String &value)
ActivateDeviceIdentifierResult & AddTags(const char *key, const char *value)
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue