7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ImageIdT = Aws::String>
49 void SetImageId(ImageIdT&& value) { m_imageIdHasBeenSet =
true; m_imageId = std::forward<ImageIdT>(value); }
50 template<
typename ImageIdT = Aws::String>
76 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
82 bool m_imageIdHasBeenSet =
false;
84 bool m_deleteAssociatedSnapshots{
false};
85 bool m_deleteAssociatedSnapshotsHasBeenSet =
false;
88 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetImageId() const
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
DeregisterImageRequest & WithDeleteAssociatedSnapshots(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
DeregisterImageRequest & WithDryRun(bool value)
void SetImageId(ImageIdT &&value)
bool ImageIdHasBeenSet() const
DeregisterImageRequest & WithImageId(ImageIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DeleteAssociatedSnapshotsHasBeenSet() const
AWS_EC2_API DeregisterImageRequest()=default
void SetDeleteAssociatedSnapshots(bool value)
bool GetDeleteAssociatedSnapshots() const
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String