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;
22namespace CodeStarconnections {
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>
68 bool m_syncConfigurationHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
const SyncConfiguration & GetSyncConfiguration() const
void SetSyncConfiguration(SyncConfigurationT &&value)
CreateSyncConfigurationResult & WithSyncConfiguration(SyncConfigurationT &&value)
const Aws::String & GetRequestId() const
CreateSyncConfigurationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult()=default
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODESTARCONNECTIONS_API CreateSyncConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue