7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/SyncJobState.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_stateHasBeenSet =
false;
59 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DeleteSyncJobResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetState(SyncJobState value)
AWS_IOTTWINMAKER_API DeleteSyncJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSyncJobResult & WithState(SyncJobState value)
AWS_IOTTWINMAKER_API DeleteSyncJobResult()=default
SyncJobState GetState() const
AWS_IOTTWINMAKER_API DeleteSyncJobResult & operator=(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