7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainIdentifierT = Aws::String>
48 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
49 template<
typename DomainIdentifierT = Aws::String>
59 template<
typename IdentifierT = Aws::String>
60 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
61 template<
typename IdentifierT = Aws::String>
71 inline void SetWithSecret(
bool value) { m_withSecretHasBeenSet =
true; m_withSecret = value; }
77 bool m_domainIdentifierHasBeenSet =
false;
80 bool m_identifierHasBeenSet =
false;
82 bool m_withSecret{
false};
83 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