30 namespace CloudFormation
45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetParameterKey(
const char* value) { m_parameterKeyHasBeenSet =
true; m_parameterKey.assign(value); }
101 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
136 inline void SetParameterType(
const char* value) { m_parameterTypeHasBeenSet =
true; m_parameterType.assign(value); }
163 inline void SetNoEcho(
bool value) { m_noEchoHasBeenSet =
true; m_noEcho = value; }
189 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
233 bool m_parameterKeyHasBeenSet;
235 bool m_defaultValueHasBeenSet;
237 bool m_parameterTypeHasBeenSet;
239 bool m_noEchoHasBeenSet;
241 bool m_descriptionHasBeenSet;
243 bool m_parameterConstraintsHasBeenSet;
std::basic_ostream< char, std::char_traits< char > > OStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).