7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/HookTargetType.h>
10#include <aws/cloudformation/model/ChangeSetHookResourceTargetDetails.h>
22namespace CloudFormation
39 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
59 template<
typename ResourceTargetDetailsT = ChangeSetHookResourceTargetDetails>
60 void SetResourceTargetDetails(ResourceTargetDetailsT&& value) { m_resourceTargetDetailsHasBeenSet =
true; m_resourceTargetDetails = std::forward<ResourceTargetDetailsT>(value); }
61 template<
typename ResourceTargetDetailsT = ChangeSetHookResourceTargetDetails>
67 bool m_targetTypeHasBeenSet =
false;
69 ChangeSetHookResourceTargetDetails m_resourceTargetDetails;
70 bool m_resourceTargetDetailsHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream