7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/InstanceEventWindowDisassociationRequest.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename InstanceEventWindowIdT = Aws::String>
60 void SetInstanceEventWindowId(InstanceEventWindowIdT&& value) { m_instanceEventWindowIdHasBeenSet =
true; m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value); }
61 template<
typename InstanceEventWindowIdT = Aws::String>
71 template<
typename AssociationTargetT = InstanceEventWindowDisassociationRequest>
72 void SetAssociationTarget(AssociationTargetT&& value) { m_associationTargetHasBeenSet =
true; m_associationTarget = std::forward<AssociationTargetT>(value); }
73 template<
typename AssociationTargetT = InstanceEventWindowDisassociationRequest>
79 bool m_dryRunHasBeenSet =
false;
82 bool m_instanceEventWindowIdHasBeenSet =
false;
84 InstanceEventWindowDisassociationRequest m_associationTarget;
85 bool m_associationTargetHasBeenSet =
false;
DisassociateInstanceEventWindowRequest & WithAssociationTarget(AssociationTargetT &&value)
const InstanceEventWindowDisassociationRequest & GetAssociationTarget() const
bool InstanceEventWindowIdHasBeenSet() const
void SetAssociationTarget(AssociationTargetT &&value)
DisassociateInstanceEventWindowRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
void SetInstanceEventWindowId(InstanceEventWindowIdT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API DisassociateInstanceEventWindowRequest()=default
const Aws::String & GetInstanceEventWindowId() const
void SetDryRun(bool value)
DisassociateInstanceEventWindowRequest & WithInstanceEventWindowId(InstanceEventWindowIdT &&value)
bool AssociationTargetHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String