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
50 template<
typename TimeT = Aws::Utils::DateTime>
51 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
52 template<
typename TimeT = Aws::Utils::DateTime>
64 template<
typename ValueT = Aws::String>
65 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
66 template<
typename ValueT = Aws::String>
72 bool m_timeHasBeenSet =
false;
75 bool m_valueHasBeenSet =
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