7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
21namespace PartnerCentralSelling
50 template<
typename AfterLastModifiedDateT = Aws::Utils::DateTime>
51 void SetAfterLastModifiedDate(AfterLastModifiedDateT&& value) { m_afterLastModifiedDateHasBeenSet =
true; m_afterLastModifiedDate = std::forward<AfterLastModifiedDateT>(value); }
52 template<
typename AfterLastModifiedDateT = Aws::Utils::DateTime>
64 template<
typename BeforeLastModifiedDateT = Aws::Utils::DateTime>
65 void SetBeforeLastModifiedDate(BeforeLastModifiedDateT&& value) { m_beforeLastModifiedDateHasBeenSet =
true; m_beforeLastModifiedDate = std::forward<BeforeLastModifiedDateT>(value); }
66 template<
typename BeforeLastModifiedDateT = Aws::Utils::DateTime>
72 bool m_afterLastModifiedDateHasBeenSet =
false;
75 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