7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CodeArtifact {
34 template <
typename RepositoryEndpo
intT = Aws::String>
36 m_repositoryEndpointHasBeenSet =
true;
37 m_repositoryEndpoint = std::forward<RepositoryEndpointT>(value);
39 template <
typename RepositoryEndpo
intT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_repositoryEndpointHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_CODEARTIFACT_API GetRepositoryEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRepositoryEndpoint(RepositoryEndpointT &&value)
const Aws::String & GetRepositoryEndpoint() const
AWS_CODEARTIFACT_API GetRepositoryEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEARTIFACT_API GetRepositoryEndpointResult()=default
GetRepositoryEndpointResult & WithRepositoryEndpoint(RepositoryEndpointT &&value)
const Aws::String & GetRequestId() const
GetRepositoryEndpointResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue