AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LifeCycleLastLaunchInitiated.h
1
6#pragma once
7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/model/LastLaunchType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace drs
23{
24namespace Model
25{
26
34 {
35 public:
40
41
43
46 inline const Aws::String& GetApiCallDateTime() const{ return m_apiCallDateTime; }
47 inline bool ApiCallDateTimeHasBeenSet() const { return m_apiCallDateTimeHasBeenSet; }
48 inline void SetApiCallDateTime(const Aws::String& value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime = value; }
49 inline void SetApiCallDateTime(Aws::String&& value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime = std::move(value); }
50 inline void SetApiCallDateTime(const char* value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime.assign(value); }
52 inline LifeCycleLastLaunchInitiated& WithApiCallDateTime(Aws::String&& value) { SetApiCallDateTime(std::move(value)); return *this;}
53 inline LifeCycleLastLaunchInitiated& WithApiCallDateTime(const char* value) { SetApiCallDateTime(value); return *this;}
55
57
60 inline const Aws::String& GetJobID() const{ return m_jobID; }
61 inline bool JobIDHasBeenSet() const { return m_jobIDHasBeenSet; }
62 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; }
63 inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); }
64 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); }
65 inline LifeCycleLastLaunchInitiated& WithJobID(const Aws::String& value) { SetJobID(value); return *this;}
66 inline LifeCycleLastLaunchInitiated& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); return *this;}
67 inline LifeCycleLastLaunchInitiated& WithJobID(const char* value) { SetJobID(value); return *this;}
69
71
74 inline const LastLaunchType& GetType() const{ return m_type; }
75 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
76 inline void SetType(const LastLaunchType& value) { m_typeHasBeenSet = true; m_type = value; }
77 inline void SetType(LastLaunchType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
78 inline LifeCycleLastLaunchInitiated& WithType(const LastLaunchType& value) { SetType(value); return *this;}
79 inline LifeCycleLastLaunchInitiated& WithType(LastLaunchType&& value) { SetType(std::move(value)); return *this;}
81 private:
82
83 Aws::String m_apiCallDateTime;
84 bool m_apiCallDateTimeHasBeenSet = false;
85
86 Aws::String m_jobID;
87 bool m_jobIDHasBeenSet = false;
88
89 LastLaunchType m_type;
90 bool m_typeHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace drs
95} // namespace Aws
LifeCycleLastLaunchInitiated & WithType(LastLaunchType &&value)
AWS_DRS_API LifeCycleLastLaunchInitiated(Aws::Utils::Json::JsonView jsonValue)
LifeCycleLastLaunchInitiated & WithApiCallDateTime(const Aws::String &value)
LifeCycleLastLaunchInitiated & WithJobID(const Aws::String &value)
LifeCycleLastLaunchInitiated & WithType(const LastLaunchType &value)
LifeCycleLastLaunchInitiated & WithJobID(const char *value)
LifeCycleLastLaunchInitiated & WithJobID(Aws::String &&value)
LifeCycleLastLaunchInitiated & WithApiCallDateTime(const char *value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
LifeCycleLastLaunchInitiated & WithApiCallDateTime(Aws::String &&value)
AWS_DRS_API LifeCycleLastLaunchInitiated & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue