7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService
48 template<
typename StartTimeT = Aws::String>
49 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
50 template<
typename StartTimeT = Aws::String>
61 template<
typename EndTimeT = Aws::String>
62 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
63 template<
typename EndTimeT = Aws::String>
69 bool m_startTimeHasBeenSet =
false;
72 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