7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/storagegateway/model/GatewayCapacity.h>
15namespace StorageGateway
44 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
56 inline void SetGatewayName(
const char* value) { m_gatewayNameHasBeenSet =
true; m_gatewayName.assign(value); }
70 inline void SetGatewayTimezone(
const char* value) { m_gatewayTimezoneHasBeenSet =
true; m_gatewayTimezone.assign(value); }
88 inline void SetCloudWatchLogGroupARN(
const char* value) { m_cloudWatchLogGroupARNHasBeenSet =
true; m_cloudWatchLogGroupARN.assign(value); }
112 bool m_gatewayARNHasBeenSet =
false;
115 bool m_gatewayNameHasBeenSet =
false;
118 bool m_gatewayTimezoneHasBeenSet =
false;
121 bool m_cloudWatchLogGroupARNHasBeenSet =
false;
124 bool m_gatewayCapacityHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String