AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExecutionDetails.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/appflow/model/ExecutionStatus.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Appflow
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_APPFLOW_API ExecutionDetails();
38 AWS_APPFLOW_API ExecutionDetails(Aws::Utils::Json::JsonView jsonValue);
40 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetMostRecentExecutionMessage() const{ return m_mostRecentExecutionMessage; }
48 inline bool MostRecentExecutionMessageHasBeenSet() const { return m_mostRecentExecutionMessageHasBeenSet; }
49 inline void SetMostRecentExecutionMessage(const Aws::String& value) { m_mostRecentExecutionMessageHasBeenSet = true; m_mostRecentExecutionMessage = value; }
50 inline void SetMostRecentExecutionMessage(Aws::String&& value) { m_mostRecentExecutionMessageHasBeenSet = true; m_mostRecentExecutionMessage = std::move(value); }
51 inline void SetMostRecentExecutionMessage(const char* value) { m_mostRecentExecutionMessageHasBeenSet = true; m_mostRecentExecutionMessage.assign(value); }
54 inline ExecutionDetails& WithMostRecentExecutionMessage(const char* value) { SetMostRecentExecutionMessage(value); return *this;}
56
58
61 inline const Aws::Utils::DateTime& GetMostRecentExecutionTime() const{ return m_mostRecentExecutionTime; }
62 inline bool MostRecentExecutionTimeHasBeenSet() const { return m_mostRecentExecutionTimeHasBeenSet; }
63 inline void SetMostRecentExecutionTime(const Aws::Utils::DateTime& value) { m_mostRecentExecutionTimeHasBeenSet = true; m_mostRecentExecutionTime = value; }
64 inline void SetMostRecentExecutionTime(Aws::Utils::DateTime&& value) { m_mostRecentExecutionTimeHasBeenSet = true; m_mostRecentExecutionTime = std::move(value); }
68
70
73 inline const ExecutionStatus& GetMostRecentExecutionStatus() const{ return m_mostRecentExecutionStatus; }
74 inline bool MostRecentExecutionStatusHasBeenSet() const { return m_mostRecentExecutionStatusHasBeenSet; }
75 inline void SetMostRecentExecutionStatus(const ExecutionStatus& value) { m_mostRecentExecutionStatusHasBeenSet = true; m_mostRecentExecutionStatus = value; }
76 inline void SetMostRecentExecutionStatus(ExecutionStatus&& value) { m_mostRecentExecutionStatusHasBeenSet = true; m_mostRecentExecutionStatus = std::move(value); }
80 private:
81
82 Aws::String m_mostRecentExecutionMessage;
83 bool m_mostRecentExecutionMessageHasBeenSet = false;
84
85 Aws::Utils::DateTime m_mostRecentExecutionTime;
86 bool m_mostRecentExecutionTimeHasBeenSet = false;
87
88 ExecutionStatus m_mostRecentExecutionStatus;
89 bool m_mostRecentExecutionStatusHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace Appflow
94} // namespace Aws
void SetMostRecentExecutionStatus(ExecutionStatus &&value)
ExecutionDetails & WithMostRecentExecutionMessage(const Aws::String &value)
void SetMostRecentExecutionStatus(const ExecutionStatus &value)
ExecutionDetails & WithMostRecentExecutionMessage(const char *value)
void SetMostRecentExecutionTime(Aws::Utils::DateTime &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ExecutionDetails & WithMostRecentExecutionMessage(Aws::String &&value)
AWS_APPFLOW_API ExecutionDetails(Aws::Utils::Json::JsonView jsonValue)
ExecutionDetails & WithMostRecentExecutionTime(const Aws::Utils::DateTime &value)
ExecutionDetails & WithMostRecentExecutionStatus(const ExecutionStatus &value)
void SetMostRecentExecutionTime(const Aws::Utils::DateTime &value)
ExecutionDetails & WithMostRecentExecutionTime(Aws::Utils::DateTime &&value)
void SetMostRecentExecutionMessage(const char *value)
ExecutionDetails & WithMostRecentExecutionStatus(ExecutionStatus &&value)
const Aws::Utils::DateTime & GetMostRecentExecutionTime() const
void SetMostRecentExecutionMessage(const Aws::String &value)
AWS_APPFLOW_API ExecutionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const ExecutionStatus & GetMostRecentExecutionStatus() const
void SetMostRecentExecutionMessage(Aws::String &&value)
const Aws::String & GetMostRecentExecutionMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue