7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/model/AwsLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/ConnectionPropertiesInput.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename AwsLocationT = AwsLocation>
45 void SetAwsLocation(AwsLocationT&& value) { m_awsLocationHasBeenSet =
true; m_awsLocation = std::forward<AwsLocationT>(value); }
46 template<
typename AwsLocationT = AwsLocation>
57 template<
typename ClientTokenT = Aws::String>
58 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
59 template<
typename ClientTokenT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename DomainIdentifierT = Aws::String>
82 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
83 template<
typename DomainIdentifierT = Aws::String>
93 template<
typename EnvironmentIdentifierT = Aws::String>
94 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
95 template<
typename EnvironmentIdentifierT = Aws::String>
105 template<
typename NameT = Aws::String>
106 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
107 template<
typename NameT = Aws::String>
117 template<
typename PropsT = ConnectionPropertiesInput>
118 void SetProps(PropsT&& value) { m_propsHasBeenSet =
true; m_props = std::forward<PropsT>(value); }
119 template<
typename PropsT = ConnectionPropertiesInput>
125 bool m_awsLocationHasBeenSet =
false;
128 bool m_clientTokenHasBeenSet =
true;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_domainIdentifierHasBeenSet =
false;
137 bool m_environmentIdentifierHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
142 ConnectionPropertiesInput m_props;
143 bool m_propsHasBeenSet =
false;
CreateConnectionRequest & WithAwsLocation(AwsLocationT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const AwsLocation & GetAwsLocation() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API CreateConnectionRequest()=default
CreateConnectionRequest & WithProps(PropsT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetEnvironmentIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetProps(PropsT &&value)
virtual const char * GetServiceRequestName() const override
bool DomainIdentifierHasBeenSet() const
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
CreateConnectionRequest & WithName(NameT &&value)
bool PropsHasBeenSet() const
bool NameHasBeenSet() const
bool EnvironmentIdentifierHasBeenSet() const
void SetAwsLocation(AwsLocationT &&value)
CreateConnectionRequest & WithDescription(DescriptionT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
CreateConnectionRequest & WithClientToken(ClientTokenT &&value)
const ConnectionPropertiesInput & GetProps() const
void SetName(NameT &&value)
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
CreateConnectionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
CreateConnectionRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
const Aws::String & GetName() const
bool AwsLocationHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String