7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/cloudformation/model/ResourceStatus.h>
12#include <aws/cloudformation/model/HookStatus.h>
13#include <aws/cloudformation/model/HookInvocationPoint.h>
14#include <aws/cloudformation/model/HookFailureMode.h>
15#include <aws/cloudformation/model/DetailedStatus.h>
27namespace CloudFormation
44 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
56 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
70 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
84 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
98 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
113 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
130 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
168 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
182 inline void SetResourceProperties(
const char* value) { m_resourcePropertiesHasBeenSet =
true; m_resourceProperties.assign(value); }
207 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
221 inline void SetHookType(
const char* value) { m_hookTypeHasBeenSet =
true; m_hookType.assign(value); }
247 inline void SetHookStatusReason(
const char* value) { m_hookStatusReasonHasBeenSet =
true; m_hookStatusReason.assign(value); }
303 bool m_stackIdHasBeenSet =
false;
306 bool m_eventIdHasBeenSet =
false;
309 bool m_stackNameHasBeenSet =
false;
312 bool m_logicalResourceIdHasBeenSet =
false;
315 bool m_physicalResourceIdHasBeenSet =
false;
318 bool m_resourceTypeHasBeenSet =
false;
321 bool m_timestampHasBeenSet =
false;
324 bool m_resourceStatusHasBeenSet =
false;
327 bool m_resourceStatusReasonHasBeenSet =
false;
330 bool m_resourcePropertiesHasBeenSet =
false;
333 bool m_clientRequestTokenHasBeenSet =
false;
336 bool m_hookTypeHasBeenSet =
false;
339 bool m_hookStatusHasBeenSet =
false;
342 bool m_hookStatusReasonHasBeenSet =
false;
345 bool m_hookInvocationPointHasBeenSet =
false;
348 bool m_hookFailureModeHasBeenSet =
false;
351 bool m_detailedStatusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream