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;
51 inline void SetParameterKey(
const char* value) { m_parameterKeyHasBeenSet =
true; m_parameterKey.assign(value); }
65 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
79 inline void SetParameterType(
const char* value) { m_parameterTypeHasBeenSet =
true; m_parameterType.assign(value); }
92 inline void SetNoEcho(
bool value) { m_noEchoHasBeenSet =
true; m_noEcho = value; }
104 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
124 bool m_parameterKeyHasBeenSet =
false;
127 bool m_defaultValueHasBeenSet =
false;
130 bool m_parameterTypeHasBeenSet =
false;
133 bool m_noEchoHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 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