7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iam/IAM_EXPORTS.h>
10#include <aws/iam/model/ParameterTypeType.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
67 m_typeHasBeenSet =
true;
83 template <
typename SubTypeT = Aws::String>
85 m_subTypeHasBeenSet =
true;
86 m_subType = std::forward<SubTypeT>(value);
88 template <
typename SubTypeT = Aws::String>
101 template <
typename DescriptionT = Aws::String>
103 m_descriptionHasBeenSet =
true;
104 m_description = std::forward<DescriptionT>(value);
106 template <
typename DescriptionT = Aws::String>
121 m_isRequiredHasBeenSet =
true;
122 m_isRequired = value;
137 template <
typename DefaultValueT = Aws::String>
139 m_defaultValueHasBeenSet =
true;
140 m_defaultValue = std::forward<DefaultValueT>(value);
142 template <
typename DefaultValueT = Aws::String>
157 m_immutableHasBeenSet =
true;
174 bool m_isRequired{
false};
178 bool m_immutable{
false};
179 bool m_nameHasBeenSet =
false;
180 bool m_typeHasBeenSet =
false;
181 bool m_subTypeHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_isRequiredHasBeenSet =
false;
184 bool m_defaultValueHasBeenSet =
false;
185 bool m_immutableHasBeenSet =
false;
bool GetIsRequired() const
bool DefaultValueHasBeenSet() const
ParameterDefinition & WithSubType(SubTypeT &&value)
ParameterDefinition & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool IsRequiredHasBeenSet() const
ParameterDefinition & WithType(ParameterTypeType value)
ParameterDefinition & WithImmutable(bool value)
ParameterDefinition & WithDefaultValue(DefaultValueT &&value)
ParameterDefinition & WithIsRequired(bool value)
const Aws::String & GetSubType() const
void SetIsRequired(bool value)
AWS_IAM_API ParameterDefinition(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
bool ImmutableHasBeenSet() const
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetImmutable(bool value)
bool SubTypeHasBeenSet() const
const Aws::String & GetDefaultValue() const
AWS_IAM_API ParameterDefinition & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(NameT &&value)
AWS_IAM_API ParameterDefinition()=default
const Aws::String & GetDescription() const
void SetType(ParameterTypeType value)
void SetDefaultValue(DefaultValueT &&value)
void SetSubType(SubTypeT &&value)
bool GetImmutable() const
ParameterDefinition & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
ParameterTypeType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream