7#include <aws/codeartifact/CodeArtifactRequest.h>
8#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace CodeArtifact {
43 template <
typename DomainT = Aws::String>
45 m_domainHasBeenSet =
true;
46 m_domain = std::forward<DomainT>(value);
48 template <
typename DomainT = Aws::String>
62 template <
typename DomainOwnerT = Aws::String>
64 m_domainOwnerHasBeenSet =
true;
65 m_domainOwner = std::forward<DomainOwnerT>(value);
67 template <
typename DomainOwnerT = Aws::String>
81 template <
typename RepositoryT = Aws::String>
83 m_repositoryHasBeenSet =
true;
84 m_repository = std::forward<RepositoryT>(value);
86 template <
typename RepositoryT = Aws::String>
99 template <
typename ExternalConnectionT = Aws::String>
101 m_externalConnectionHasBeenSet =
true;
102 m_externalConnection = std::forward<ExternalConnectionT>(value);
104 template <
typename ExternalConnectionT = Aws::String>
118 bool m_domainHasBeenSet =
false;
119 bool m_domainOwnerHasBeenSet =
false;
120 bool m_repositoryHasBeenSet =
false;
121 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