7#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace BackupGateway
42 inline void SetGatewayArn(
const char* value) { m_gatewayArn.assign(value); }
53 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_BACKUPGATEWAY_API AssociateGatewayToServerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetGatewayArn() const
AssociateGatewayToServerResult & WithGatewayArn(Aws::String &&value)
const Aws::String & GetRequestId() const
AssociateGatewayToServerResult & WithRequestId(const char *value)
AssociateGatewayToServerResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
AssociateGatewayToServerResult & WithGatewayArn(const char *value)
AWS_BACKUPGATEWAY_API AssociateGatewayToServerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BACKUPGATEWAY_API AssociateGatewayToServerResult()
void SetGatewayArn(const char *value)
void SetGatewayArn(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetGatewayArn(Aws::String &&value)
void SetRequestId(const char *value)
AssociateGatewayToServerResult & WithRequestId(const Aws::String &value)
AssociateGatewayToServerResult & WithGatewayArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue