7#include <aws/codeartifact/CodeArtifactRequest.h>
8#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
9#include <aws/codeartifact/model/EndpointType.h>
10#include <aws/codeartifact/model/PackageFormat.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeArtifact {
44 template <
typename DomainT = Aws::String>
46 m_domainHasBeenSet =
true;
47 m_domain = std::forward<DomainT>(value);
49 template <
typename DomainT = Aws::String>
63 template <
typename DomainOwnerT = Aws::String>
65 m_domainOwnerHasBeenSet =
true;
66 m_domainOwner = std::forward<DomainOwnerT>(value);
68 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>
101 m_formatHasBeenSet =
true;
117 m_endpointTypeHasBeenSet =
true;
118 m_endpointType = value;
135 bool m_domainHasBeenSet =
false;
136 bool m_domainOwnerHasBeenSet =
false;
137 bool m_repositoryHasBeenSet =
false;
138 bool m_formatHasBeenSet =
false;
139 bool m_endpointTypeHasBeenSet =
false;
const Aws::String & GetDomain() const
AWS_CODEARTIFACT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetRepositoryEndpointRequest & WithDomainOwner(DomainOwnerT &&value)
const Aws::String & GetDomainOwner() const
AWS_CODEARTIFACT_API GetRepositoryEndpointRequest()=default
void SetRepository(RepositoryT &&value)
GetRepositoryEndpointRequest & WithRepository(RepositoryT &&value)
void SetFormat(PackageFormat value)
const Aws::String & GetRepository() const
void SetDomain(DomainT &&value)
void SetEndpointType(EndpointType value)
GetRepositoryEndpointRequest & WithEndpointType(EndpointType value)
AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool DomainHasBeenSet() const
bool RepositoryHasBeenSet() const
bool EndpointTypeHasBeenSet() const
PackageFormat GetFormat() const
GetRepositoryEndpointRequest & WithFormat(PackageFormat value)
void SetDomainOwner(DomainOwnerT &&value)
GetRepositoryEndpointRequest & WithDomain(DomainT &&value)
EndpointType GetEndpointType() const
bool DomainOwnerHasBeenSet() const
bool FormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String