7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
10#include <aws/snow-device-management/model/ExecutionState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace SnowDeviceManagement {
36 template <
typename ExecutionIdT = Aws::String>
38 m_executionIdHasBeenSet =
true;
39 m_executionId = std::forward<ExecutionIdT>(value);
41 template <
typename ExecutionIdT = Aws::String>
53 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
55 m_lastUpdatedAtHasBeenSet =
true;
56 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
58 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
70 template <
typename ManagedDeviceIdT = Aws::String>
72 m_managedDeviceIdHasBeenSet =
true;
73 m_managedDeviceId = std::forward<ManagedDeviceIdT>(value);
75 template <
typename ManagedDeviceIdT = Aws::String>
87 template <
typename StartedAtT = Aws::Utils::DateTime>
89 m_startedAtHasBeenSet =
true;
90 m_startedAt = std::forward<StartedAtT>(value);
92 template <
typename StartedAtT = Aws::Utils::DateTime>
105 m_stateHasBeenSet =
true;
119 template <
typename TaskIdT = Aws::String>
121 m_taskIdHasBeenSet =
true;
122 m_taskId = std::forward<TaskIdT>(value);
124 template <
typename TaskIdT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
159 bool m_executionIdHasBeenSet =
false;
160 bool m_lastUpdatedAtHasBeenSet =
false;
161 bool m_managedDeviceIdHasBeenSet =
false;
162 bool m_startedAtHasBeenSet =
false;
163 bool m_stateHasBeenSet =
false;
164 bool m_taskIdHasBeenSet =
false;
165 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