7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/snow-device-management/model/ExecutionState.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace SnowDeviceManagement
42 template<
typename ExecutionIdT = Aws::String>
43 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
44 template<
typename ExecutionIdT = Aws::String>
53 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
54 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
55 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
64 template<
typename ManagedDeviceIdT = Aws::String>
65 void SetManagedDeviceId(ManagedDeviceIdT&& value) { m_managedDeviceIdHasBeenSet =
true; m_managedDeviceId = std::forward<ManagedDeviceIdT>(value); }
66 template<
typename ManagedDeviceIdT = Aws::String>
75 template<
typename StartedAtT = Aws::Utils::DateTime>
76 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
77 template<
typename StartedAtT = Aws::Utils::DateTime>
95 template<
typename TaskIdT = Aws::String>
96 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
97 template<
typename TaskIdT = Aws::String>
104 template<
typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
106 template<
typename RequestIdT = Aws::String>
112 bool m_executionIdHasBeenSet =
false;
115 bool m_lastUpdatedAtHasBeenSet =
false;
118 bool m_managedDeviceIdHasBeenSet =
false;
121 bool m_startedAtHasBeenSet =
false;
124 bool m_stateHasBeenSet =
false;
127 bool m_taskIdHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
DescribeExecutionResult & WithManagedDeviceId(ManagedDeviceIdT &&value)
void SetExecutionId(ExecutionIdT &&value)
DescribeExecutionResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetStartedAt(StartedAtT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_SNOWDEVICEMANAGEMENT_API DescribeExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetRequestId() const
void SetTaskId(TaskIdT &&value)
DescribeExecutionResult & WithState(ExecutionState value)
DescribeExecutionResult & WithExecutionId(ExecutionIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetExecutionId() const
AWS_SNOWDEVICEMANAGEMENT_API DescribeExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetStartedAt() const
void SetState(ExecutionState value)
DescribeExecutionResult & WithRequestId(RequestIdT &&value)
ExecutionState GetState() const
const Aws::String & GetManagedDeviceId() const
void SetManagedDeviceId(ManagedDeviceIdT &&value)
AWS_SNOWDEVICEMANAGEMENT_API DescribeExecutionResult()=default
DescribeExecutionResult & WithStartedAt(StartedAtT &&value)
DescribeExecutionResult & WithTaskId(TaskIdT &&value)
const Aws::String & GetTaskId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue