7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/codeartifact/CodeArtifactRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeartifact/model/PackageFormat.h>
11#include <aws/codeartifact/model/EndpointType.h>
51 inline void SetDomain(
const char* value) { m_domainHasBeenSet =
true; m_domain.assign(value); }
66 inline void SetDomainOwner(
const char* value) { m_domainOwnerHasBeenSet =
true; m_domainOwner.assign(value); }
80 inline void SetRepository(
const char* value) { m_repositoryHasBeenSet =
true; m_repository.assign(value); }
113 bool m_domainHasBeenSet =
false;
116 bool m_domainOwnerHasBeenSet =
false;
119 bool m_repositoryHasBeenSet =
false;
122 bool m_formatHasBeenSet =
false;
125 bool m_endpointTypeHasBeenSet =
false;
GetRepositoryEndpointRequest & WithDomainOwner(const char *value)
GetRepositoryEndpointRequest & WithRepository(const Aws::String &value)
void SetRepository(Aws::String &&value)
const Aws::String & GetDomain() const
void SetFormat(PackageFormat &&value)
AWS_CODEARTIFACT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_CODEARTIFACT_API GetRepositoryEndpointRequest()
void SetRepository(const char *value)
GetRepositoryEndpointRequest & WithDomainOwner(const Aws::String &value)
void SetRepository(const Aws::String &value)
const Aws::String & GetDomainOwner() const
void SetEndpointType(EndpointType &&value)
void SetDomainOwner(Aws::String &&value)
const Aws::String & GetRepository() const
GetRepositoryEndpointRequest & WithRepository(const char *value)
GetRepositoryEndpointRequest & WithDomain(const Aws::String &value)
const PackageFormat & GetFormat() const
void SetDomain(const char *value)
void SetDomainOwner(const char *value)
GetRepositoryEndpointRequest & WithDomain(const char *value)
GetRepositoryEndpointRequest & WithFormat(PackageFormat &&value)
AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetRepositoryEndpointRequest & WithDomain(Aws::String &&value)
GetRepositoryEndpointRequest & WithEndpointType(const EndpointType &value)
bool DomainHasBeenSet() const
GetRepositoryEndpointRequest & WithRepository(Aws::String &&value)
bool RepositoryHasBeenSet() const
void SetFormat(const PackageFormat &value)
bool EndpointTypeHasBeenSet() const
const EndpointType & GetEndpointType() const
void SetDomain(const Aws::String &value)
GetRepositoryEndpointRequest & WithFormat(const PackageFormat &value)
void SetEndpointType(const EndpointType &value)
void SetDomainOwner(const Aws::String &value)
GetRepositoryEndpointRequest & WithEndpointType(EndpointType &&value)
void SetDomain(Aws::String &&value)
bool DomainOwnerHasBeenSet() const
bool FormatHasBeenSet() const
GetRepositoryEndpointRequest & WithDomainOwner(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String