AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartExecutionResult.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace SFN
25{
26namespace Model
27{
29 {
30 public:
31 AWS_SFN_API StartExecutionResult();
34
35
37
40 inline const Aws::String& GetExecutionArn() const{ return m_executionArn; }
41 inline void SetExecutionArn(const Aws::String& value) { m_executionArn = value; }
42 inline void SetExecutionArn(Aws::String&& value) { m_executionArn = std::move(value); }
43 inline void SetExecutionArn(const char* value) { m_executionArn.assign(value); }
44 inline StartExecutionResult& WithExecutionArn(const Aws::String& value) { SetExecutionArn(value); return *this;}
45 inline StartExecutionResult& WithExecutionArn(Aws::String&& value) { SetExecutionArn(std::move(value)); return *this;}
46 inline StartExecutionResult& WithExecutionArn(const char* value) { SetExecutionArn(value); return *this;}
48
50
53 inline const Aws::Utils::DateTime& GetStartDate() const{ return m_startDate; }
54 inline void SetStartDate(const Aws::Utils::DateTime& value) { m_startDate = value; }
55 inline void SetStartDate(Aws::Utils::DateTime&& value) { m_startDate = std::move(value); }
56 inline StartExecutionResult& WithStartDate(const Aws::Utils::DateTime& value) { SetStartDate(value); return *this;}
57 inline StartExecutionResult& WithStartDate(Aws::Utils::DateTime&& value) { SetStartDate(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline StartExecutionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline StartExecutionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline StartExecutionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_executionArn;
73
74 Aws::Utils::DateTime m_startDate;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace SFN
81} // namespace Aws
const Aws::String & GetRequestId() const
void SetStartDate(const Aws::Utils::DateTime &value)
void SetStartDate(Aws::Utils::DateTime &&value)
StartExecutionResult & WithExecutionArn(const char *value)
StartExecutionResult & WithStartDate(Aws::Utils::DateTime &&value)
StartExecutionResult & WithRequestId(const Aws::String &value)
const Aws::String & GetExecutionArn() const
StartExecutionResult & WithRequestId(const char *value)
StartExecutionResult & WithRequestId(Aws::String &&value)
const Aws::Utils::DateTime & GetStartDate() const
void SetExecutionArn(const Aws::String &value)
AWS_SFN_API StartExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExecutionResult & WithExecutionArn(const Aws::String &value)
AWS_SFN_API StartExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExecutionResult & WithExecutionArn(Aws::String &&value)
void SetRequestId(const Aws::String &value)
StartExecutionResult & WithStartDate(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue