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 {
37 template <
typename SyncConfigurationT = SyncConfiguration>
39 m_syncConfigurationHasBeenSet =
true;
40 m_syncConfiguration = std::forward<SyncConfigurationT>(value);
42 template <
typename SyncConfigurationT = SyncConfiguration>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_syncConfigurationHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
GetSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
const Aws::String & GetRequestId() const
GetSyncConfigurationResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CODECONNECTIONS_API GetSyncConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_CODECONNECTIONS_API GetSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSyncConfiguration(SyncConfigurationT &&value)
const SyncConfiguration & GetSyncConfiguration() const
AWS_CODECONNECTIONS_API GetSyncConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue