31 namespace CloudFormation
46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
67 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
102 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
137 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
172 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
211 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
257 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
348 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
383 inline void SetResourceProperties(
const char* value) { m_resourcePropertiesHasBeenSet =
true; m_resourceProperties.assign(value); }
402 bool m_stackIdHasBeenSet;
404 bool m_eventIdHasBeenSet;
406 bool m_stackNameHasBeenSet;
408 bool m_logicalResourceIdHasBeenSet;
410 bool m_physicalResourceIdHasBeenSet;
412 bool m_resourceTypeHasBeenSet;
414 bool m_timestampHasBeenSet;
416 bool m_resourceStatusHasBeenSet;
418 bool m_resourceStatusReasonHasBeenSet;
420 bool m_resourcePropertiesHasBeenSet;
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).