7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/SyncConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeStarconnections {
39 template <
typename SyncConfigurationT = SyncConfiguration>
41 m_syncConfigurationHasBeenSet =
true;
42 m_syncConfiguration = std::forward<SyncConfigurationT>(value);
44 template <
typename SyncConfigurationT = SyncConfiguration>
54 template <
typename RequestIdT = Aws::String>
56 m_requestIdHasBeenSet =
true;
57 m_requestId = std::forward<RequestIdT>(value);
59 template <
typename RequestIdT = Aws::String>
72 bool m_syncConfigurationHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const SyncConfiguration & GetSyncConfiguration() const
void SetSyncConfiguration(SyncConfigurationT &&value)
CreateSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
const Aws::String & GetRequestId() const
CreateSyncConfigurationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult()=default
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult(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