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
57 inline void SetLaunch(
const char* value) { m_launchHasBeenSet =
true; m_launch.assign(value); }
72 inline void SetProject(
const char* value) { m_projectHasBeenSet =
true; m_project.assign(value); }
86 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
94 bool m_desiredStateHasBeenSet =
false;
97 bool m_launchHasBeenSet =
false;
100 bool m_projectHasBeenSet =
false;
103 bool m_reasonHasBeenSet =
false;
StopLaunchRequest & WithProject(const char *value)
StopLaunchRequest & WithDesiredState(const LaunchStopDesiredState &value)
StopLaunchRequest & WithProject(Aws::String &&value)
void SetReason(Aws::String &&value)
void SetProject(Aws::String &&value)
void SetDesiredState(LaunchStopDesiredState &&value)
void SetReason(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API StopLaunchRequest()
StopLaunchRequest & WithReason(const char *value)
StopLaunchRequest & WithReason(const Aws::String &value)
bool ReasonHasBeenSet() const
void SetLaunch(const char *value)
const Aws::String & GetReason() const
const Aws::String & GetProject() const
StopLaunchRequest & WithReason(Aws::String &&value)
void SetProject(const Aws::String &value)
StopLaunchRequest & WithLaunch(Aws::String &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
void SetProject(const char *value)
void SetLaunch(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetReason(const Aws::String &value)
void SetLaunch(const Aws::String &value)
bool ProjectHasBeenSet() const
void SetDesiredState(const LaunchStopDesiredState &value)
bool DesiredStateHasBeenSet() const
StopLaunchRequest & WithDesiredState(LaunchStopDesiredState &&value)
bool LaunchHasBeenSet() const
const Aws::String & GetLaunch() const
StopLaunchRequest & WithLaunch(const Aws::String &value)
const LaunchStopDesiredState & GetDesiredState() const
StopLaunchRequest & WithProject(const Aws::String &value)
StopLaunchRequest & WithLaunch(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String