7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/RepositorySyncAttempt.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeStarconnections
42 template<
typename LatestSyncT = RepositorySyncAttempt>
43 void SetLatestSync(LatestSyncT&& value) { m_latestSyncHasBeenSet =
true; m_latestSync = std::forward<LatestSyncT>(value); }
44 template<
typename LatestSyncT = RepositorySyncAttempt>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_latestSyncHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetRepositorySyncStatusResult & WithRequestId(RequestIdT &&value)
void SetLatestSync(LatestSyncT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetRepositorySyncStatusResult & WithLatestSync(LatestSyncT &&value)
AWS_CODESTARCONNECTIONS_API GetRepositorySyncStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODESTARCONNECTIONS_API GetRepositorySyncStatusResult()=default
const RepositorySyncAttempt & GetLatestSync() const
AWS_CODESTARCONNECTIONS_API GetRepositorySyncStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue