7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
20namespace PartnerCentralSelling {
42 template <
typename ValueT = Aws::String>
44 m_valueHasBeenSet =
true;
45 m_value = std::forward<ValueT>(value);
47 template <
typename ValueT = Aws::String>
49 SetValue(std::forward<ValueT>(value));
60 template <
typename TimeT = Aws::Utils::DateTime>
62 m_timeHasBeenSet =
true;
63 m_time = std::forward<TimeT>(value);
65 template <
typename TimeT = Aws::Utils::DateTime>
67 SetTime(std::forward<TimeT>(value));
75 bool m_valueHasBeenSet =
false;
76 bool m_timeHasBeenSet =
false;
void SetValue(ValueT &&value)
NextStepsHistory & WithValue(ValueT &&value)
AWS_PARTNERCENTRALSELLING_API NextStepsHistory(Aws::Utils::Json::JsonView jsonValue)
NextStepsHistory & WithTime(TimeT &&value)
bool ValueHasBeenSet() const
void SetTime(TimeT &&value)
const Aws::Utils::DateTime & GetTime() const
const Aws::String & GetValue() const
bool TimeHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API NextStepsHistory()=default
AWS_PARTNERCENTRALSELLING_API NextStepsHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue