7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/dlm/model/RetentionIntervalUnitValues.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
62 inline void SetInterval(
int value) { m_intervalHasBeenSet =
true; m_interval = value; }
95 bool m_countHasBeenSet =
false;
98 bool m_intervalHasBeenSet =
false;
101 bool m_intervalUnitHasBeenSet =
false;
104 bool m_availabilityZonesHasBeenSet =
false;
void SetIntervalUnit(RetentionIntervalUnitValues &&value)
bool AvailabilityZonesHasBeenSet() const
void SetInterval(int value)
AWS_DLM_API FastRestoreRule(Aws::Utils::Json::JsonView jsonValue)
void SetIntervalUnit(const RetentionIntervalUnitValues &value)
bool CountHasBeenSet() const
FastRestoreRule & AddAvailabilityZones(const char *value)
FastRestoreRule & WithInterval(int value)
AWS_DLM_API FastRestoreRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const RetentionIntervalUnitValues & GetIntervalUnit() const
FastRestoreRule & WithIntervalUnit(const RetentionIntervalUnitValues &value)
FastRestoreRule & WithAvailabilityZones(Aws::Vector< Aws::String > &&value)
FastRestoreRule & WithAvailabilityZones(const Aws::Vector< Aws::String > &value)
AWS_DLM_API FastRestoreRule()
FastRestoreRule & WithCount(int value)
FastRestoreRule & AddAvailabilityZones(const Aws::String &value)
void SetAvailabilityZones(const Aws::Vector< Aws::String > &value)
bool IntervalHasBeenSet() const
FastRestoreRule & WithIntervalUnit(RetentionIntervalUnitValues &&value)
void SetAvailabilityZones(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntervalUnitHasBeenSet() const
FastRestoreRule & AddAvailabilityZones(Aws::String &&value)
RetentionIntervalUnitValues
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue