7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 inline void SetForceDelete(
bool value) { m_forceDeleteHasBeenSet =
true; m_forceDelete = value; }
69 template<
typename InstanceEventWindowIdT = Aws::String>
70 void SetInstanceEventWindowId(InstanceEventWindowIdT&& value) { m_instanceEventWindowIdHasBeenSet =
true; m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value); }
71 template<
typename InstanceEventWindowIdT = Aws::String>
77 bool m_dryRunHasBeenSet =
false;
79 bool m_forceDelete{
false};
80 bool m_forceDeleteHasBeenSet =
false;
83 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