7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/InstanceEventWindowDisassociationRequest.h>
46 m_dryRunHasBeenSet =
true;
61 template <
typename InstanceEventWindowIdT = Aws::String>
63 m_instanceEventWindowIdHasBeenSet =
true;
64 m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value);
66 template <
typename InstanceEventWindowIdT = Aws::String>
79 template <
typename AssociationTargetT = InstanceEventWindowDisassociationRequest>
81 m_associationTargetHasBeenSet =
true;
82 m_associationTarget = std::forward<AssociationTargetT>(value);
84 template <
typename AssociationTargetT = InstanceEventWindowDisassociationRequest>
95 InstanceEventWindowDisassociationRequest m_associationTarget;
96 bool m_dryRunHasBeenSet =
false;
97 bool m_instanceEventWindowIdHasBeenSet =
false;
98 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