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
42 template<
typename SyncConfigurationT = SyncConfiguration>
43 void SetSyncConfiguration(SyncConfigurationT&& value) { m_syncConfigurationHasBeenSet =
true; m_syncConfiguration = std::forward<SyncConfigurationT>(value); }
44 template<
typename SyncConfigurationT = SyncConfiguration>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_syncConfigurationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const SyncConfiguration & GetSyncConfiguration() const
void SetRequestId(RequestIdT &&value)
AWS_CODESTARCONNECTIONS_API GetSyncConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSyncConfiguration(SyncConfigurationT &&value)
GetSyncConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_CODESTARCONNECTIONS_API GetSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
AWS_CODESTARCONNECTIONS_API GetSyncConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue