7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/evidently/model/LaunchStopDesiredState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudWatchEvidently
53 template<
typename LaunchT = Aws::String>
54 void SetLaunch(LaunchT&& value) { m_launchHasBeenSet =
true; m_launch = std::forward<LaunchT>(value); }
55 template<
typename LaunchT = Aws::String>
66 template<
typename ProjectT = Aws::String>
67 void SetProject(ProjectT&& value) { m_projectHasBeenSet =
true; m_project = std::forward<ProjectT>(value); }
68 template<
typename ProjectT = Aws::String>
78 template<
typename ReasonT = Aws::String>
79 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
80 template<
typename ReasonT = Aws::String>
86 bool m_desiredStateHasBeenSet =
false;
89 bool m_launchHasBeenSet =
false;
92 bool m_projectHasBeenSet =
false;
95 bool m_reasonHasBeenSet =
false;
void SetReason(ReasonT &&value)
AWS_CLOUDWATCHEVIDENTLY_API StopLaunchRequest()=default
void SetLaunch(LaunchT &&value)
void SetProject(ProjectT &&value)
bool ReasonHasBeenSet() const
const Aws::String & GetReason() const
void SetDesiredState(LaunchStopDesiredState value)
const Aws::String & GetProject() const
LaunchStopDesiredState GetDesiredState() const
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
StopLaunchRequest & WithProject(ProjectT &&value)
bool ProjectHasBeenSet() const
StopLaunchRequest & WithReason(ReasonT &&value)
bool DesiredStateHasBeenSet() const
StopLaunchRequest & WithDesiredState(LaunchStopDesiredState value)
bool LaunchHasBeenSet() const
StopLaunchRequest & WithLaunch(LaunchT &&value)
const Aws::String & GetLaunch() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String