34 namespace CloudFormation
51 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
107 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
146 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
188 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
398 bool m_actionHasBeenSet;
400 bool m_logicalResourceIdHasBeenSet;
402 bool m_physicalResourceIdHasBeenSet;
404 bool m_resourceTypeHasBeenSet;
406 bool m_replacementHasBeenSet;
408 bool m_scopeHasBeenSet;
410 bool m_detailsHasBeenSet;
std::vector< T, Aws::Allocator< T > > Vector
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).