7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/codeguru-reviewer/model/RepositoryAssociation.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CodeGuruReviewer
42 template<
typename RepositoryAssociationT = RepositoryAssociation>
43 void SetRepositoryAssociation(RepositoryAssociationT&& value) { m_repositoryAssociationHasBeenSet =
true; m_repositoryAssociation = std::forward<RepositoryAssociationT>(value); }
44 template<
typename RepositoryAssociationT = RepositoryAssociation>
60 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
61 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
62 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
66 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_repositoryAssociationHasBeenSet =
false;
84 bool m_tagsHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
DescribeRepositoryAssociationResult & WithRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
DescribeRepositoryAssociationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
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