29 namespace CloudFormation
44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
73 inline void SetParameterKey(
const char* value) { m_parameterKeyHasBeenSet =
true; m_parameterKey.assign(value); }
114 inline void SetParameterValue(
const char* value) { m_parameterValueHasBeenSet =
true; m_parameterValue.assign(value); }
143 inline void SetUsePreviousValue(
bool value) { m_usePreviousValueHasBeenSet =
true; m_usePreviousValue = value; }
154 bool m_parameterKeyHasBeenSet;
156 bool m_parameterValueHasBeenSet;
157 bool m_usePreviousValue;
158 bool m_usePreviousValueHasBeenSet;
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).