7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/model/SyncConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeConnections
43 template<
typename SyncConfigurationT = SyncConfiguration>
44 void SetSyncConfiguration(SyncConfigurationT&& value) { m_syncConfigurationHasBeenSet =
true; m_syncConfiguration = std::forward<SyncConfigurationT>(value); }
45 template<
typename SyncConfigurationT = SyncConfiguration>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_syncConfigurationHasBeenSet =
false;
63 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)
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