7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ImageIdT = Aws::String>
46 void SetImageId(ImageIdT&& value) { m_imageIdHasBeenSet =
true; m_imageId = std::forward<ImageIdT>(value); }
47 template<
typename ImageIdT = Aws::String>
57 inline bool GetForce()
const {
return m_force; }
59 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
72 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 bool m_imageIdHasBeenSet =
false;
81 bool m_forceHasBeenSet =
false;
84 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API DisableFastLaunchRequest()=default
bool DryRunHasBeenSet() const
bool ForceHasBeenSet() const
DisableFastLaunchRequest & WithImageId(ImageIdT &&value)
bool ImageIdHasBeenSet() const
void SetForce(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetImageId() const
DisableFastLaunchRequest & WithDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DisableFastLaunchRequest & WithForce(bool value)
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
void SetImageId(ImageIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String