AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ProfileNextStepsHistory.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PartnerCentralSelling {
21namespace Model {
22
31 public:
32 AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory() = default;
33 AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetValue() const { return m_value; }
44 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
45 template <typename ValueT = Aws::String>
46 void SetValue(ValueT&& value) {
47 m_valueHasBeenSet = true;
48 m_value = std::forward<ValueT>(value);
49 }
50 template <typename ValueT = Aws::String>
52 SetValue(std::forward<ValueT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::Utils::DateTime& GetTime() const { return m_time; }
63 inline bool TimeHasBeenSet() const { return m_timeHasBeenSet; }
64 template <typename TimeT = Aws::Utils::DateTime>
65 void SetTime(TimeT&& value) {
66 m_timeHasBeenSet = true;
67 m_time = std::forward<TimeT>(value);
68 }
69 template <typename TimeT = Aws::Utils::DateTime>
71 SetTime(std::forward<TimeT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_value;
77
78 Aws::Utils::DateTime m_time{};
79 bool m_valueHasBeenSet = false;
80 bool m_timeHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace PartnerCentralSelling
85} // namespace Aws
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue