7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/MetadataTransferJobState.h>
9#include <aws/iottwinmaker/model/ErrorDetails.h>
57 template<
typename ErrorT = ErrorDetails>
58 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
59 template<
typename ErrorT = ErrorDetails>
69 inline void SetQueuedPosition(
int value) { m_queuedPositionHasBeenSet =
true; m_queuedPosition = value; }
75 bool m_stateHasBeenSet =
false;
78 bool m_errorHasBeenSet =
false;
80 int m_queuedPosition{0};
81 bool m_queuedPositionHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue