7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/RepositoryLinkInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeStarconnections
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;
AWS_CODESTARCONNECTIONS_API CreateRepositoryLinkResult()=default
void SetRequestId(RequestIdT &&value)
const RepositoryLinkInfo & GetRepositoryLinkInfo() const
CreateRepositoryLinkResult & WithRequestId(RequestIdT &&value)
CreateRepositoryLinkResult & WithRepositoryLinkInfo(RepositoryLinkInfoT &&value)
AWS_CODESTARCONNECTIONS_API CreateRepositoryLinkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRepositoryLinkInfo(RepositoryLinkInfoT &&value)
AWS_CODESTARCONNECTIONS_API CreateRepositoryLinkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue