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 SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
102 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
137 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
176 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
222 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
313 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
348 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
395 inline void SetMetadata(
const char* value) { m_metadataHasBeenSet =
true; m_metadata.assign(value); }
423 bool m_stackNameHasBeenSet;
425 bool m_stackIdHasBeenSet;
427 bool m_logicalResourceIdHasBeenSet;
429 bool m_physicalResourceIdHasBeenSet;
431 bool m_resourceTypeHasBeenSet;
433 bool m_lastUpdatedTimestampHasBeenSet;
435 bool m_resourceStatusHasBeenSet;
437 bool m_resourceStatusReasonHasBeenSet;
439 bool m_descriptionHasBeenSet;
441 bool m_metadataHasBeenSet;
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).