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 {
45 template <
typename ValueT = Aws::String>
47 m_valueHasBeenSet =
true;
48 m_value = std::forward<ValueT>(value);
50 template <
typename ValueT = Aws::String>
52 SetValue(std::forward<ValueT>(value));
64 template <
typename TimeT = Aws::Utils::DateTime>
66 m_timeHasBeenSet =
true;
67 m_time = std::forward<TimeT>(value);
69 template <
typename TimeT = Aws::Utils::DateTime>
71 SetTime(std::forward<TimeT>(value));
79 bool m_valueHasBeenSet =
false;
80 bool m_timeHasBeenSet =
false;
void SetValue(ValueT &&value)
const Aws::String & GetValue() const
bool TimeHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetTime() const
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API ProfileNextStepsHistory()=default
void SetTime(TimeT &&value)
ProfileNextStepsHistory & WithValue(ValueT &&value)
ProfileNextStepsHistory & WithTime(TimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue