7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename DefaultValueT = Aws::Vector<
int>>
49 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
50 template<
typename DefaultValueT = Aws::Vector<
int>>
60 inline int GetMin()
const {
return m_min; }
62 inline void SetMin(
int value) { m_minHasBeenSet =
true; m_min = value; }
71 inline int GetMax()
const {
return m_max; }
73 inline void SetMax(
int value) { m_maxHasBeenSet =
true; m_max = value; }
84 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
90 bool m_defaultValueHasBeenSet =
false;
93 bool m_minHasBeenSet =
false;
96 bool m_maxHasBeenSet =
false;
99 bool m_maxItemsHasBeenSet =
false;
const Aws::Vector< int > & GetDefaultValue() const
AWS_SECURITYHUB_API IntegerListConfigurationOptions()=default
bool MaxHasBeenSet() const
void SetMaxItems(int value)
IntegerListConfigurationOptions & AddDefaultValue(int value)
bool MinHasBeenSet() const
IntegerListConfigurationOptions & WithDefaultValue(DefaultValueT &&value)
IntegerListConfigurationOptions & WithMin(int value)
IntegerListConfigurationOptions & WithMax(int value)
AWS_SECURITYHUB_API IntegerListConfigurationOptions(Aws::Utils::Json::JsonView jsonValue)
bool MaxItemsHasBeenSet() const
bool DefaultValueHasBeenSet() const
AWS_SECURITYHUB_API IntegerListConfigurationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultValue(DefaultValueT &&value)
IntegerListConfigurationOptions & WithMaxItems(int value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue