7#include <aws/core/utils/DateTime.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
44 template <
typename AfterLastModifiedDateT = Aws::Utils::DateTime>
46 m_afterLastModifiedDateHasBeenSet =
true;
47 m_afterLastModifiedDate = std::forward<AfterLastModifiedDateT>(value);
49 template <
typename AfterLastModifiedDateT = Aws::Utils::DateTime>
64 template <
typename BeforeLastModifiedDateT = Aws::Utils::DateTime>
66 m_beforeLastModifiedDateHasBeenSet =
true;
67 m_beforeLastModifiedDate = std::forward<BeforeLastModifiedDateT>(value);
69 template <
typename BeforeLastModifiedDateT = Aws::Utils::DateTime>
79 bool m_afterLastModifiedDateHasBeenSet =
false;
80 bool m_beforeLastModifiedDateHasBeenSet =
false;
LastModifiedDate & WithAfterLastModifiedDate(AfterLastModifiedDateT &&value)
AWS_PARTNERCENTRALSELLING_API LastModifiedDate()=default
const Aws::Utils::DateTime & GetAfterLastModifiedDate() const
LastModifiedDate & WithBeforeLastModifiedDate(BeforeLastModifiedDateT &&value)
bool BeforeLastModifiedDateHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API LastModifiedDate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AfterLastModifiedDateHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetBeforeLastModifiedDate() const
AWS_PARTNERCENTRALSELLING_API LastModifiedDate(Aws::Utils::Json::JsonView jsonValue)
void SetBeforeLastModifiedDate(BeforeLastModifiedDateT &&value)
void SetAfterLastModifiedDate(AfterLastModifiedDateT &&value)
Aws::Utils::Json::JsonValue JsonValue