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/ChangeSetHookTargetDetails.h>
24namespace CloudFormation
42 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
83 template<
typename TypeNameT = Aws::String>
84 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
85 template<
typename TypeNameT = Aws::String>
95 template<
typename TypeVersionIdT = Aws::String>
96 void SetTypeVersionId(TypeVersionIdT&& value) { m_typeVersionIdHasBeenSet =
true; m_typeVersionId = std::forward<TypeVersionIdT>(value); }
97 template<
typename TypeVersionIdT = Aws::String>
107 template<
typename TypeConfigurationVersionIdT = Aws::String>
108 void SetTypeConfigurationVersionId(TypeConfigurationVersionIdT&& value) { m_typeConfigurationVersionIdHasBeenSet =
true; m_typeConfigurationVersionId = std::forward<TypeConfigurationVersionIdT>(value); }
109 template<
typename TypeConfigurationVersionIdT = Aws::String>
119 template<
typename TargetDetailsT = ChangeSetHookTargetDetails>
120 void SetTargetDetails(TargetDetailsT&& value) { m_targetDetailsHasBeenSet =
true; m_targetDetails = std::forward<TargetDetailsT>(value); }
121 template<
typename TargetDetailsT = ChangeSetHookTargetDetails>
127 bool m_invocationPointHasBeenSet =
false;
130 bool m_failureModeHasBeenSet =
false;
133 bool m_typeNameHasBeenSet =
false;
136 bool m_typeVersionIdHasBeenSet =
false;
139 bool m_typeConfigurationVersionIdHasBeenSet =
false;
141 ChangeSetHookTargetDetails m_targetDetails;
142 bool m_targetDetailsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream