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>
21namespace CloudFormation
38 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 inline void SetParameterKey(
const char* value) { m_parameterKeyHasBeenSet =
true; m_parameterKey.assign(value); }
64 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
77 inline void SetNoEcho(
bool value) { m_noEchoHasBeenSet =
true; m_noEcho = value; }
89 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
97 bool m_parameterKeyHasBeenSet =
false;
100 bool m_defaultValueHasBeenSet =
false;
103 bool m_noEchoHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream