7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.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/Configuration.h>
13#include <aws/datazone/model/ConnectionPropertiesPatch.h>
41 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
43 m_configurationsHasBeenSet =
true;
44 m_configurations = std::forward<ConfigurationsT>(value);
46 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
51 template <
typename ConfigurationsT = Configuration>
53 m_configurationsHasBeenSet =
true;
54 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
65 template <
typename DomainIdentifierT = Aws::String>
67 m_domainIdentifierHasBeenSet =
true;
68 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
70 template <
typename DomainIdentifierT = Aws::String>
83 template <
typename IdentifierT = Aws::String>
85 m_identifierHasBeenSet =
true;
86 m_identifier = std::forward<IdentifierT>(value);
88 template <
typename IdentifierT = Aws::String>
101 template <
typename DescriptionT = Aws::String>
103 m_descriptionHasBeenSet =
true;
104 m_description = std::forward<DescriptionT>(value);
106 template <
typename DescriptionT = Aws::String>
119 template <
typename AwsLocationT = AwsLocation>
121 m_awsLocationHasBeenSet =
true;
122 m_awsLocation = std::forward<AwsLocationT>(value);
124 template <
typename AwsLocationT = AwsLocation>
137 template <
typename PropsT = ConnectionPropertiesPatch>
139 m_propsHasBeenSet =
true;
140 m_props = std::forward<PropsT>(value);
142 template <
typename PropsT = ConnectionPropertiesPatch>
144 SetProps(std::forward<PropsT>(value));
160 bool m_configurationsHasBeenSet =
false;
161 bool m_domainIdentifierHasBeenSet =
false;
162 bool m_identifierHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
164 bool m_awsLocationHasBeenSet =
false;
165 bool m_propsHasBeenSet =
false;
bool ConfigurationsHasBeenSet() const
bool AwsLocationHasBeenSet() const
bool PropsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
const Aws::Vector< Configuration > & GetConfigurations() const
UpdateConnectionRequest & WithConfigurations(ConfigurationsT &&value)
const ConnectionPropertiesPatch & GetProps() const
UpdateConnectionRequest & WithProps(PropsT &&value)
const Aws::String & GetIdentifier() const
void SetProps(PropsT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetAwsLocation(AwsLocationT &&value)
UpdateConnectionRequest & AddConfigurations(ConfigurationsT &&value)
UpdateConnectionRequest & WithAwsLocation(AwsLocationT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateConnectionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDomainIdentifier() const
UpdateConnectionRequest & WithIdentifier(IdentifierT &&value)
AWS_DATAZONE_API UpdateConnectionRequest()=default
void SetIdentifier(IdentifierT &&value)
void SetConfigurations(ConfigurationsT &&value)
const AwsLocation & GetAwsLocation() const
UpdateConnectionRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector