7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvidently
41 template<
typename LaunchT = Aws::String>
42 void SetLaunch(LaunchT&& value) { m_launchHasBeenSet =
true; m_launch = std::forward<LaunchT>(value); }
43 template<
typename LaunchT = Aws::String>
53 template<
typename ProjectT = Aws::String>
54 void SetProject(ProjectT&& value) { m_projectHasBeenSet =
true; m_project = std::forward<ProjectT>(value); }
55 template<
typename ProjectT = Aws::String>
61 bool m_launchHasBeenSet =
false;
64 bool m_projectHasBeenSet =
false;
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
GetLaunchRequest & WithProject(ProjectT &&value)
GetLaunchRequest & WithLaunch(LaunchT &&value)
void SetProject(ProjectT &&value)
void SetLaunch(LaunchT &&value)
bool ProjectHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProject() const
AWS_CLOUDWATCHEVIDENTLY_API GetLaunchRequest()=default
bool LaunchHasBeenSet() const
const Aws::String & GetLaunch() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String