7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename DomainIdentifierT = Aws::String>
44 m_domainIdentifierHasBeenSet =
true;
45 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
47 template <
typename DomainIdentifierT = Aws::String>
60 template <
typename IdentifierT = Aws::String>
62 m_identifierHasBeenSet =
true;
63 m_identifier = std::forward<IdentifierT>(value);
65 template <
typename IdentifierT = Aws::String>
79 m_withSecretHasBeenSet =
true;
92 bool m_withSecret{
false};
93 bool m_domainIdentifierHasBeenSet =
false;
94 bool m_identifierHasBeenSet =
false;
95 bool m_withSecretHasBeenSet =
false;
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API GetConnectionRequest()=default
bool DomainIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
GetConnectionRequest & WithWithSecret(bool value)
GetConnectionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
bool GetWithSecret() const
const Aws::String & GetIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetWithSecret(bool value)
bool IdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool WithSecretHasBeenSet() const
GetConnectionRequest & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String