7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
62 m_forceDeleteHasBeenSet =
true;
63 m_forceDelete = value;
77 template <
typename InstanceEventWindowIdT = Aws::String>
79 m_instanceEventWindowIdHasBeenSet =
true;
80 m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value);
82 template <
typename InstanceEventWindowIdT = Aws::String>
91 bool m_forceDelete{
false};
94 bool m_dryRunHasBeenSet =
false;
95 bool m_forceDeleteHasBeenSet =
false;
96 bool m_instanceEventWindowIdHasBeenSet =
false;
bool InstanceEventWindowIdHasBeenSet() const
void SetForceDelete(bool value)
DeleteInstanceEventWindowRequest & WithForceDelete(bool value)
DeleteInstanceEventWindowRequest & WithInstanceEventWindowId(InstanceEventWindowIdT &&value)
bool DryRunHasBeenSet() const
bool GetForceDelete() const
void SetInstanceEventWindowId(InstanceEventWindowIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteInstanceEventWindowRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API DeleteInstanceEventWindowRequest()=default
void SetDryRun(bool value)
const Aws::String & GetInstanceEventWindowId() const
bool ForceDeleteHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String