7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/ResourceLocation.h>
21namespace CloudFormation
39 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 template<
typename SourceT = ResourceLocation>
51 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
52 template<
typename SourceT = ResourceLocation>
63 template<
typename DestinationT = ResourceLocation>
64 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
65 template<
typename DestinationT = ResourceLocation>
71 bool m_sourceHasBeenSet =
false;
74 bool m_destinationHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream