7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/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 CodeConnections {
38 template <
typename SyncConfigurationT = SyncConfiguration>
40 m_syncConfigurationHasBeenSet =
true;
41 m_syncConfiguration = std::forward<SyncConfigurationT>(value);
43 template <
typename SyncConfigurationT = SyncConfiguration>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_syncConfigurationHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const SyncConfiguration & GetSyncConfiguration() const
AWS_CODECONNECTIONS_API CreateSyncConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
AWS_CODECONNECTIONS_API CreateSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSyncConfigurationResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_CODECONNECTIONS_API CreateSyncConfigurationResult()=default
void SetSyncConfiguration(SyncConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue