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
42 template<
typename GatewayARNT = Aws::String>
43 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
44 template<
typename GatewayARNT = Aws::String>
52 template<
typename GatewayNameT = Aws::String>
53 void SetGatewayName(GatewayNameT&& value) { m_gatewayNameHasBeenSet =
true; m_gatewayName = std::forward<GatewayNameT>(value); }
54 template<
typename GatewayNameT = Aws::String>
64 template<
typename GatewayTimezoneT = Aws::String>
65 void SetGatewayTimezone(GatewayTimezoneT&& value) { m_gatewayTimezoneHasBeenSet =
true; m_gatewayTimezone = std::forward<GatewayTimezoneT>(value); }
66 template<
typename GatewayTimezoneT = Aws::String>
80 template<
typename CloudWatchLogGroupARNT = Aws::String>
81 void SetCloudWatchLogGroupARN(CloudWatchLogGroupARNT&& value) { m_cloudWatchLogGroupARNHasBeenSet =
true; m_cloudWatchLogGroupARN = std::forward<CloudWatchLogGroupARNT>(value); }
82 template<
typename CloudWatchLogGroupARNT = Aws::String>
102 bool m_gatewayARNHasBeenSet =
false;
105 bool m_gatewayNameHasBeenSet =
false;
108 bool m_gatewayTimezoneHasBeenSet =
false;
111 bool m_cloudWatchLogGroupARNHasBeenSet =
false;
114 bool m_gatewayCapacityHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String