7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PartnerCentralSelling
48 template<
typename TimeT = Aws::Utils::DateTime>
49 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
50 template<
typename TimeT = Aws::Utils::DateTime>
60 template<
typename ValueT = Aws::String>
61 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = Aws::String>
68 bool m_timeHasBeenSet =
false;
71 bool m_valueHasBeenSet =
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