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