7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudformation/model/ParameterConstraints.h>
22namespace CloudFormation
39 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 template<
typename ParameterKeyT = Aws::String>
50 void SetParameterKey(ParameterKeyT&& value) { m_parameterKeyHasBeenSet =
true; m_parameterKey = std::forward<ParameterKeyT>(value); }
51 template<
typename ParameterKeyT = Aws::String>
61 template<
typename DefaultValueT = Aws::String>
62 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
63 template<
typename DefaultValueT = Aws::String>
73 template<
typename ParameterTypeT = Aws::String>
74 void SetParameterType(ParameterTypeT&& value) { m_parameterTypeHasBeenSet =
true; m_parameterType = std::forward<ParameterTypeT>(value); }
75 template<
typename ParameterTypeT = Aws::String>
86 inline void SetNoEcho(
bool value) { m_noEchoHasBeenSet =
true; m_noEcho = value; }
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
108 template<
typename ParameterConstra
intsT = ParameterConstra
ints>
109 void SetParameterConstraints(ParameterConstraintsT&& value) { m_parameterConstraintsHasBeenSet =
true; m_parameterConstraints = std::forward<ParameterConstraintsT>(value); }
110 template<
typename ParameterConstra
intsT = ParameterConstra
ints>
116 bool m_parameterKeyHasBeenSet =
false;
119 bool m_defaultValueHasBeenSet =
false;
122 bool m_parameterTypeHasBeenSet =
false;
124 bool m_noEcho{
false};
125 bool m_noEchoHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
130 ParameterConstraints m_parameterConstraints;
131 bool m_parameterConstraintsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream