7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AppIntegrationsService {
42 template <
typename StartTimeT = Aws::String>
44 m_startTimeHasBeenSet =
true;
45 m_startTime = std::forward<StartTimeT>(value);
47 template <
typename StartTimeT = Aws::String>
61 template <
typename EndTimeT = Aws::String>
63 m_endTimeHasBeenSet =
true;
64 m_endTime = std::forward<EndTimeT>(value);
66 template <
typename EndTimeT = Aws::String>
76 bool m_startTimeHasBeenSet =
false;
77 bool m_endTimeHasBeenSet =
false;
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStartTime() const
void SetEndTime(EndTimeT &&value)
AWS_APPINTEGRATIONSSERVICE_API OnDemandConfiguration()=default
OnDemandConfiguration & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
AWS_APPINTEGRATIONSSERVICE_API OnDemandConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndTime() const
OnDemandConfiguration & WithEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API OnDemandConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue