7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/codeartifact/CodeArtifactRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainT = Aws::String>
48 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
49 template<
typename DomainT = Aws::String>
60 template<
typename DomainOwnerT = Aws::String>
61 void SetDomainOwner(DomainOwnerT&& value) { m_domainOwnerHasBeenSet =
true; m_domainOwner = std::forward<DomainOwnerT>(value); }
62 template<
typename DomainOwnerT = Aws::String>
72 template<
typename RepositoryT = Aws::String>
73 void SetRepository(RepositoryT&& value) { m_repositoryHasBeenSet =
true; m_repository = std::forward<RepositoryT>(value); }
74 template<
typename RepositoryT = Aws::String>
96 template<
typename ExternalConnectionT = Aws::String>
97 void SetExternalConnection(ExternalConnectionT&& value) { m_externalConnectionHasBeenSet =
true; m_externalConnection = std::forward<ExternalConnectionT>(value); }
98 template<
typename ExternalConnectionT = Aws::String>
104 bool m_domainHasBeenSet =
false;
107 bool m_domainOwnerHasBeenSet =
false;
110 bool m_repositoryHasBeenSet =
false;
113 bool m_externalConnectionHasBeenSet =
false;
void SetExternalConnection(ExternalConnectionT &&value)
bool DomainOwnerHasBeenSet() const
AssociateExternalConnectionRequest & WithDomain(DomainT &&value)
AssociateExternalConnectionRequest & WithExternalConnection(ExternalConnectionT &&value)
const Aws::String & GetDomain() const
const Aws::String & GetRepository() const
bool ExternalConnectionHasBeenSet() const
void SetDomain(DomainT &&value)
AWS_CODEARTIFACT_API AssociateExternalConnectionRequest()=default
virtual const char * GetServiceRequestName() const override
AssociateExternalConnectionRequest & WithDomainOwner(DomainOwnerT &&value)
const Aws::String & GetDomainOwner() const
void SetDomainOwner(DomainOwnerT &&value)
const Aws::String & GetExternalConnection() const
AWS_CODEARTIFACT_API Aws::String SerializePayload() const override
AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AssociateExternalConnectionRequest & WithRepository(RepositoryT &&value)
bool RepositoryHasBeenSet() const
void SetRepository(RepositoryT &&value)
bool DomainHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String