7#include <aws/core/utils/DateTime.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
32 AWS_CUSTOMERPROFILES_API
Batch() =
default;
43 template <
typename StartTimeT = Aws::Utils::DateTime>
45 m_startTimeHasBeenSet =
true;
46 m_startTime = std::forward<StartTimeT>(value);
48 template <
typename StartTimeT = Aws::Utils::DateTime>
61 template <
typename EndTimeT = Aws::Utils::DateTime>
63 m_endTimeHasBeenSet =
true;
64 m_endTime = std::forward<EndTimeT>(value);
66 template <
typename EndTimeT = Aws::Utils::DateTime>
76 bool m_startTimeHasBeenSet =
false;
77 bool m_endTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartTime() const
AWS_CUSTOMERPROFILES_API Batch(Aws::Utils::Json::JsonView jsonValue)
Batch & WithStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetEndTime() const
AWS_CUSTOMERPROFILES_API Batch()=default
void SetStartTime(StartTimeT &&value)
Batch & WithEndTime(EndTimeT &&value)
AWS_CUSTOMERPROFILES_API Batch & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue