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 {
37 template <
typename RepositoryAssociationT = RepositoryAssociation>
39 m_repositoryAssociationHasBeenSet =
true;
40 m_repositoryAssociation = std::forward<RepositoryAssociationT>(value);
42 template <
typename RepositoryAssociationT = RepositoryAssociation>
61 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
63 m_tagsHasBeenSet =
true;
64 m_tags = std::forward<TagsT>(value);
66 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
68 SetTags(std::forward<TagsT>(value));
71 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
73 m_tagsHasBeenSet =
true;
74 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_repositoryAssociationHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CODEGURUREVIEWER_API AssociateRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RepositoryAssociation & GetRepositoryAssociation() const
AssociateRepositoryResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AssociateRepositoryResult & WithRepositoryAssociation(RepositoryAssociationT &&value)
AssociateRepositoryResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AssociateRepositoryResult & WithTags(TagsT &&value)
AWS_CODEGURUREVIEWER_API AssociateRepositoryResult()=default
void SetTags(TagsT &&value)
AWS_CODEGURUREVIEWER_API AssociateRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRepositoryAssociation(RepositoryAssociationT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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