7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/SyncConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeStarconnections
41 template<
typename SyncConfigurationT = SyncConfiguration>
42 void SetSyncConfiguration(SyncConfigurationT&& value) { m_syncConfigurationHasBeenSet =
true; m_syncConfiguration = std::forward<SyncConfigurationT>(value); }
43 template<
typename SyncConfigurationT = SyncConfiguration>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_syncConfigurationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
UpdateSyncConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
AWS_CODESTARCONNECTIONS_API UpdateSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODESTARCONNECTIONS_API UpdateSyncConfigurationResult()=default
AWS_CODESTARCONNECTIONS_API UpdateSyncConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const SyncConfiguration & GetSyncConfiguration() const
void SetSyncConfiguration(SyncConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue