7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
21namespace CustomerProfiles
37 AWS_CUSTOMERPROFILES_API
Batch() =
default;
49 template<
typename StartTimeT = Aws::Utils::DateTime>
50 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
51 template<
typename StartTimeT = Aws::Utils::DateTime>
61 template<
typename EndTimeT = Aws::Utils::DateTime>
62 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
63 template<
typename EndTimeT = Aws::Utils::DateTime>
69 bool m_startTimeHasBeenSet =
false;
72 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