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/ConnectionPropertiesPatch.h>
43 template<
typename AwsLocationT = AwsLocation>
44 void SetAwsLocation(AwsLocationT&& value) { m_awsLocationHasBeenSet =
true; m_awsLocation = std::forward<AwsLocationT>(value); }
45 template<
typename AwsLocationT = AwsLocation>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
67 template<
typename DomainIdentifierT = Aws::String>
68 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
69 template<
typename DomainIdentifierT = Aws::String>
79 template<
typename IdentifierT = Aws::String>
80 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
81 template<
typename IdentifierT = Aws::String>
91 template<
typename PropsT = ConnectionPropertiesPatch>
92 void SetProps(PropsT&& value) { m_propsHasBeenSet =
true; m_props = std::forward<PropsT>(value); }
93 template<
typename PropsT = ConnectionPropertiesPatch>
99 bool m_awsLocationHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_domainIdentifierHasBeenSet =
false;
108 bool m_identifierHasBeenSet =
false;
111 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