7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
65 template<
typename ConnectionArnT = Aws::String>
66 void SetConnectionArn(ConnectionArnT&& value) { m_connectionArnHasBeenSet =
true; m_connectionArn = std::forward<ConnectionArnT>(value); }
67 template<
typename ConnectionArnT = Aws::String>
72 bool m_acceptTermsAndConditions{
false};
73 bool m_acceptTermsAndConditionsHasBeenSet =
false;
76 bool m_connectionArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String