7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename RepositoryEndpo
intT = Aws::String>
41 void SetRepositoryEndpoint(RepositoryEndpointT&& value) { m_repositoryEndpointHasBeenSet =
true; m_repositoryEndpoint = std::forward<RepositoryEndpointT>(value); }
42 template<
typename RepositoryEndpo
intT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_repositoryEndpointHasBeenSet =
false;
60 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