7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AwsLocation.h>
12#include <aws/datazone/model/ConnectionPropertiesInput.h>
13#include <aws/datazone/model/ConnectionScope.h>
41 template <
typename AwsLocationT = AwsLocation>
43 m_awsLocationHasBeenSet =
true;
44 m_awsLocation = std::forward<AwsLocationT>(value);
46 template <
typename AwsLocationT = AwsLocation>
60 template <
typename ClientTokenT = Aws::String>
62 m_clientTokenHasBeenSet =
true;
63 m_clientToken = std::forward<ClientTokenT>(value);
65 template <
typename ClientTokenT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename DomainIdentifierT = Aws::String>
98 m_domainIdentifierHasBeenSet =
true;
99 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
101 template <
typename DomainIdentifierT = Aws::String>
114 template <
typename EnvironmentIdentifierT = Aws::String>
116 m_environmentIdentifierHasBeenSet =
true;
117 m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value);
119 template <
typename EnvironmentIdentifierT = Aws::String>
132 template <
typename NameT = Aws::String>
134 m_nameHasBeenSet =
true;
135 m_name = std::forward<NameT>(value);
137 template <
typename NameT = Aws::String>
139 SetName(std::forward<NameT>(value));
150 template <
typename PropsT = ConnectionPropertiesInput>
152 m_propsHasBeenSet =
true;
153 m_props = std::forward<PropsT>(value);
155 template <
typename PropsT = ConnectionPropertiesInput>
157 SetProps(std::forward<PropsT>(value));
169 m_enableTrustedIdentityPropagationHasBeenSet =
true;
170 m_enableTrustedIdentityPropagation = value;
185 m_scopeHasBeenSet =
true;
206 ConnectionPropertiesInput m_props;
208 bool m_enableTrustedIdentityPropagation{
false};
211 bool m_awsLocationHasBeenSet =
false;
212 bool m_clientTokenHasBeenSet =
true;
213 bool m_descriptionHasBeenSet =
false;
214 bool m_domainIdentifierHasBeenSet =
false;
215 bool m_environmentIdentifierHasBeenSet =
false;
216 bool m_nameHasBeenSet =
false;
217 bool m_propsHasBeenSet =
false;
218 bool m_enableTrustedIdentityPropagationHasBeenSet =
false;
219 bool m_scopeHasBeenSet =
false;
CreateConnectionRequest & WithAwsLocation(AwsLocationT &&value)
const Aws::String & GetDescription() 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
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
void SetAwsLocation(AwsLocationT &&value)
CreateConnectionRequest & WithScope(ConnectionScope value)
CreateConnectionRequest & WithDescription(DescriptionT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool GetEnableTrustedIdentityPropagation() 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)
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