7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename ImageIdT = Aws::String>
43 m_imageIdHasBeenSet =
true;
44 m_imageId = std::forward<ImageIdT>(value);
46 template <
typename ImageIdT = Aws::String>
59 inline bool GetForce()
const {
return m_force; }
62 m_forceHasBeenSet =
true;
81 m_dryRunHasBeenSet =
true;
95 bool m_imageIdHasBeenSet =
false;
96 bool m_forceHasBeenSet =
false;
97 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