7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
41 template <
typename BeginDateInclusiveT = Aws::Utils::DateTime>
43 m_beginDateInclusiveHasBeenSet =
true;
44 m_beginDateInclusive = std::forward<BeginDateInclusiveT>(value);
46 template <
typename BeginDateInclusiveT = Aws::Utils::DateTime>
59 template <
typename EndDateInclusiveT = Aws::Utils::DateTime>
61 m_endDateInclusiveHasBeenSet =
true;
62 m_endDateInclusive = std::forward<EndDateInclusiveT>(value);
64 template <
typename EndDateInclusiveT = Aws::Utils::DateTime>
74 bool m_beginDateInclusiveHasBeenSet =
false;
75 bool m_endDateInclusiveHasBeenSet =
false;
const Aws::Utils::DateTime & GetBeginDateInclusive() const
void SetBeginDateInclusive(BeginDateInclusiveT &&value)
void SetEndDateInclusive(EndDateInclusiveT &&value)
bool EndDateInclusiveHasBeenSet() const
TimeRange & WithEndDateInclusive(EndDateInclusiveT &&value)
AWS_BILLING_API TimeRange(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEndDateInclusive() const
AWS_BILLING_API TimeRange()=default
bool BeginDateInclusiveHasBeenSet() const
AWS_BILLING_API TimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeRange & WithBeginDateInclusive(BeginDateInclusiveT &&value)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue