7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
41 template <
typename StrategyT = Aws::String>
43 m_strategyHasBeenSet =
true;
44 m_strategy = std::forward<StrategyT>(value);
46 template <
typename StrategyT = Aws::String>
63 m_bytesPerHourHasBeenSet =
true;
64 m_bytesPerHour = value;
73 bool m_strategyHasBeenSet =
false;
75 long long m_bytesPerHour{0};
76 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