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