7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/HookInvocationPoint.h>
10#include <aws/cloudformation/model/HookFailureMode.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/cloudformation/model/HookStatus.h>
24namespace CloudFormation
42 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
76 template<
typename TypeNameT = Aws::String>
77 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
78 template<
typename TypeNameT = Aws::String>
88 template<
typename TypeVersionIdT = Aws::String>
89 void SetTypeVersionId(TypeVersionIdT&& value) { m_typeVersionIdHasBeenSet =
true; m_typeVersionId = std::forward<TypeVersionIdT>(value); }
90 template<
typename TypeVersionIdT = Aws::String>
100 template<
typename TypeConfigurationVersionIdT = Aws::String>
101 void SetTypeConfigurationVersionId(TypeConfigurationVersionIdT&& value) { m_typeConfigurationVersionIdHasBeenSet =
true; m_typeConfigurationVersionId = std::forward<TypeConfigurationVersionIdT>(value); }
102 template<
typename TypeConfigurationVersionIdT = Aws::String>
124 template<
typename HookStatusReasonT = Aws::String>
125 void SetHookStatusReason(HookStatusReasonT&& value) { m_hookStatusReasonHasBeenSet =
true; m_hookStatusReason = std::forward<HookStatusReasonT>(value); }
126 template<
typename HookStatusReasonT = Aws::String>
132 bool m_invocationPointHasBeenSet =
false;
135 bool m_failureModeHasBeenSet =
false;
138 bool m_typeNameHasBeenSet =
false;
141 bool m_typeVersionIdHasBeenSet =
false;
144 bool m_typeConfigurationVersionIdHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
150 bool m_hookStatusReasonHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream