7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/storagegateway/model/AutomaticTapeCreationRule.h>
23namespace StorageGateway
66 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
74 bool m_automaticTapeCreationRulesHasBeenSet =
false;
77 bool m_gatewayARNHasBeenSet =
false;
AWS_STORAGEGATEWAY_API AutomaticTapeCreationPolicyInfo()
const Aws::String & GetGatewayARN() const
AWS_STORAGEGATEWAY_API AutomaticTapeCreationPolicyInfo(Aws::Utils::Json::JsonView jsonValue)
void SetAutomaticTapeCreationRules(const Aws::Vector< AutomaticTapeCreationRule > &value)
bool AutomaticTapeCreationRulesHasBeenSet() const
void SetGatewayARN(const char *value)
void SetGatewayARN(const Aws::String &value)
AutomaticTapeCreationPolicyInfo & AddAutomaticTapeCreationRules(const AutomaticTapeCreationRule &value)
AutomaticTapeCreationPolicyInfo & WithAutomaticTapeCreationRules(const Aws::Vector< AutomaticTapeCreationRule > &value)
AutomaticTapeCreationPolicyInfo & WithGatewayARN(const char *value)
bool GatewayARNHasBeenSet() const
AutomaticTapeCreationPolicyInfo & AddAutomaticTapeCreationRules(AutomaticTapeCreationRule &&value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
AutomaticTapeCreationPolicyInfo & WithGatewayARN(Aws::String &&value)
AutomaticTapeCreationPolicyInfo & WithGatewayARN(const Aws::String &value)
const Aws::Vector< AutomaticTapeCreationRule > & GetAutomaticTapeCreationRules() const
void SetGatewayARN(Aws::String &&value)
void SetAutomaticTapeCreationRules(Aws::Vector< AutomaticTapeCreationRule > &&value)
AWS_STORAGEGATEWAY_API AutomaticTapeCreationPolicyInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomaticTapeCreationPolicyInfo & WithAutomaticTapeCreationRules(Aws::Vector< AutomaticTapeCreationRule > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue