7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetStrategy(
const char* value) { m_strategyHasBeenSet =
true; m_strategy.assign(value); }
64 inline void SetBytesPerHour(
long long value) { m_bytesPerHourHasBeenSet =
true; m_bytesPerHour = value; }
70 bool m_strategyHasBeenSet =
false;
72 long long m_bytesPerHour;
73 bool m_bytesPerHourHasBeenSet =
false;
bool StrategyHasBeenSet() const
const Aws::String & GetStrategy() const
void SetBytesPerHour(long long value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
DataRetrievalRule & WithStrategy(Aws::String &&value)
void SetStrategy(Aws::String &&value)
DataRetrievalRule & WithBytesPerHour(long long value)
DataRetrievalRule & WithStrategy(const Aws::String &value)
AWS_GLACIER_API DataRetrievalRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API DataRetrievalRule(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API DataRetrievalRule()
DataRetrievalRule & WithStrategy(const char *value)
void SetStrategy(const Aws::String &value)
long long GetBytesPerHour() const
void SetStrategy(const char *value)
bool BytesPerHourHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue