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;
48 template<
typename ParameterKeyT = Aws::String>
49 void SetParameterKey(ParameterKeyT&& value) { m_parameterKeyHasBeenSet =
true; m_parameterKey = std::forward<ParameterKeyT>(value); }
50 template<
typename ParameterKeyT = Aws::String>
60 template<
typename DefaultValueT = Aws::String>
61 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
62 template<
typename DefaultValueT = Aws::String>
73 inline void SetNoEcho(
bool value) { m_noEchoHasBeenSet =
true; m_noEcho = value; }
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
91 bool m_parameterKeyHasBeenSet =
false;
94 bool m_defaultValueHasBeenSet =
false;
97 bool m_noEchoHasBeenSet =
false;
100 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