7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/AwsLocation.h>
11#include <aws/datazone/model/ConnectionPropertiesPatch.h>
39 template <
typename AwsLocationT = AwsLocation>
41 m_awsLocationHasBeenSet =
true;
42 m_awsLocation = std::forward<AwsLocationT>(value);
44 template <
typename AwsLocationT = AwsLocation>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename DomainIdentifierT = Aws::String>
77 m_domainIdentifierHasBeenSet =
true;
78 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
80 template <
typename DomainIdentifierT = Aws::String>
93 template <
typename IdentifierT = Aws::String>
95 m_identifierHasBeenSet =
true;
96 m_identifier = std::forward<IdentifierT>(value);
98 template <
typename IdentifierT = Aws::String>
111 template <
typename PropsT = ConnectionPropertiesPatch>
113 m_propsHasBeenSet =
true;
114 m_props = std::forward<PropsT>(value);
116 template <
typename PropsT = ConnectionPropertiesPatch>
118 SetProps(std::forward<PropsT>(value));
124 bool m_awsLocationHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_domainIdentifierHasBeenSet =
false;
133 bool m_identifierHasBeenSet =
false;
136 bool m_propsHasBeenSet =
false;
bool AwsLocationHasBeenSet() const
bool PropsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
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 & 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)
const AwsLocation & GetAwsLocation() const
UpdateConnectionRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String