7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/model/RepositoryLinkInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeConnections
41 template<
typename RepositoryLinkInfoT = RepositoryLinkInfo>
42 void SetRepositoryLinkInfo(RepositoryLinkInfoT&& value) { m_repositoryLinkInfoHasBeenSet =
true; m_repositoryLinkInfo = std::forward<RepositoryLinkInfoT>(value); }
43 template<
typename RepositoryLinkInfoT = RepositoryLinkInfo>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_repositoryLinkInfoHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
GetRepositoryLinkResult & WithRequestId(RequestIdT &&value)
const RepositoryLinkInfo & GetRepositoryLinkInfo() const
void SetRequestId(RequestIdT &&value)
void SetRepositoryLinkInfo(RepositoryLinkInfoT &&value)
const Aws::String & GetRequestId() const
AWS_CODECONNECTIONS_API GetRepositoryLinkResult()=default
AWS_CODECONNECTIONS_API GetRepositoryLinkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECONNECTIONS_API GetRepositoryLinkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRepositoryLinkResult & WithRepositoryLinkInfo(RepositoryLinkInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue