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::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DisassociateRepositoryResult & WithTags(TagsT &&value)
DisassociateRepositoryResult & WithRepositoryAssociation(RepositoryAssociationT &&value)
void SetTags(TagsT &&value)
AWS_CODEGURUREVIEWER_API DisassociateRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CODEGURUREVIEWER_API DisassociateRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateRepositoryResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DisassociateRepositoryResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CODEGURUREVIEWER_API DisassociateRepositoryResult()=default
void SetRepositoryAssociation(RepositoryAssociationT &&value)
const RepositoryAssociation & GetRepositoryAssociation() 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