7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/codeguru-reviewer/model/RepositoryAssociation.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CodeGuruReviewer {
38 template <
typename RepositoryAssociationT = RepositoryAssociation>
40 m_repositoryAssociationHasBeenSet =
true;
41 m_repositoryAssociation = std::forward<RepositoryAssociationT>(value);
43 template <
typename RepositoryAssociationT = RepositoryAssociation>
62 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
64 m_tagsHasBeenSet =
true;
65 m_tags = std::forward<TagsT>(value);
67 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
69 SetTags(std::forward<TagsT>(value));
72 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
74 m_tagsHasBeenSet =
true;
75 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_repositoryAssociationHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
DescribeRepositoryAssociationResult & WithRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
DescribeRepositoryAssociationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeRepositoryAssociationResult & WithRepositoryAssociation(RepositoryAssociationT &&value)
AWS_CODEGURUREVIEWER_API DescribeRepositoryAssociationResult()=default
const RepositoryAssociation & GetRepositoryAssociation() const
DescribeRepositoryAssociationResult & WithTags(TagsT &&value)
void SetRepositoryAssociation(RepositoryAssociationT &&value)
AWS_CODEGURUREVIEWER_API DescribeRepositoryAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_CODEGURUREVIEWER_API DescribeRepositoryAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue