7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/AwsLocation.h>
13#include <aws/datazone/model/Configuration.h>
14#include <aws/datazone/model/ConnectionPropertiesInput.h>
15#include <aws/datazone/model/ConnectionScope.h>
43 template <
typename AwsLocationT = AwsLocation>
45 m_awsLocationHasBeenSet =
true;
46 m_awsLocation = std::forward<AwsLocationT>(value);
48 template <
typename AwsLocationT = AwsLocation>
62 template <
typename ClientTokenT = Aws::String>
64 m_clientTokenHasBeenSet =
true;
65 m_clientToken = std::forward<ClientTokenT>(value);
67 template <
typename ClientTokenT = Aws::String>
80 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
82 m_configurationsHasBeenSet =
true;
83 m_configurations = std::forward<ConfigurationsT>(value);
85 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
90 template <
typename ConfigurationsT = Configuration>
92 m_configurationsHasBeenSet =
true;
93 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
122 template <
typename DomainIdentifierT = Aws::String>
124 m_domainIdentifierHasBeenSet =
true;
125 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
127 template <
typename DomainIdentifierT = Aws::String>
140 template <
typename EnvironmentIdentifierT = Aws::String>
142 m_environmentIdentifierHasBeenSet =
true;
143 m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value);
145 template <
typename EnvironmentIdentifierT = Aws::String>
158 template <
typename NameT = Aws::String>
160 m_nameHasBeenSet =
true;
161 m_name = std::forward<NameT>(value);
163 template <
typename NameT = Aws::String>
165 SetName(std::forward<NameT>(value));
176 template <
typename PropsT = ConnectionPropertiesInput>
178 m_propsHasBeenSet =
true;
179 m_props = std::forward<PropsT>(value);
181 template <
typename PropsT = ConnectionPropertiesInput>
183 SetProps(std::forward<PropsT>(value));
195 m_enableTrustedIdentityPropagationHasBeenSet =
true;
196 m_enableTrustedIdentityPropagation = value;
211 m_scopeHasBeenSet =
true;
234 ConnectionPropertiesInput m_props;
236 bool m_enableTrustedIdentityPropagation{
false};
239 bool m_awsLocationHasBeenSet =
false;
240 bool m_clientTokenHasBeenSet =
true;
241 bool m_configurationsHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
243 bool m_domainIdentifierHasBeenSet =
false;
244 bool m_environmentIdentifierHasBeenSet =
false;
245 bool m_nameHasBeenSet =
false;
246 bool m_propsHasBeenSet =
false;
247 bool m_enableTrustedIdentityPropagationHasBeenSet =
false;
248 bool m_scopeHasBeenSet =
false;
CreateConnectionRequest & WithAwsLocation(AwsLocationT &&value)
const Aws::String & GetDescription() const
const Aws::Vector< Configuration > & GetConfigurations() const
bool DescriptionHasBeenSet() const
const AwsLocation & GetAwsLocation() const
CreateConnectionRequest & WithEnableTrustedIdentityPropagation(bool value)
void SetDescription(DescriptionT &&value)
bool EnableTrustedIdentityPropagationHasBeenSet() const
AWS_DATAZONE_API CreateConnectionRequest()=default
ConnectionScope GetScope() const
CreateConnectionRequest & WithProps(PropsT &&value)
const Aws::String & GetClientToken() const
CreateConnectionRequest & AddConfigurations(ConfigurationsT &&value)
void SetScope(ConnectionScope value)
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
bool ConfigurationsHasBeenSet() const
void SetAwsLocation(AwsLocationT &&value)
CreateConnectionRequest & WithScope(ConnectionScope value)
CreateConnectionRequest & WithDescription(DescriptionT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool GetEnableTrustedIdentityPropagation() const
void SetConfigurations(ConfigurationsT &&value)
CreateConnectionRequest & WithClientToken(ClientTokenT &&value)
const ConnectionPropertiesInput & GetProps() const
CreateConnectionRequest & WithConfigurations(ConfigurationsT &&value)
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)
void SetEnableTrustedIdentityPropagation(bool value)
bool ScopeHasBeenSet() const
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
std::vector< T, Aws::Allocator< T > > Vector