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/InstanceEventWindowAssociationRequest.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 = InstanceEventWindowAssociationRequest>
81 m_associationTargetHasBeenSet =
true;
82 m_associationTarget = std::forward<AssociationTargetT>(value);
84 template <
typename AssociationTargetT = InstanceEventWindowAssociationRequest>
95 InstanceEventWindowAssociationRequest m_associationTarget;
96 bool m_dryRunHasBeenSet =
false;
97 bool m_instanceEventWindowIdHasBeenSet =
false;
98 bool m_associationTargetHasBeenSet =
false;
AssociateInstanceEventWindowRequest & WithAssociationTarget(AssociationTargetT &&value)
void SetInstanceEventWindowId(InstanceEventWindowIdT &&value)
AssociateInstanceEventWindowRequest & WithDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAssociationTarget(AssociationTargetT &&value)
const Aws::String & GetInstanceEventWindowId() const
void SetDryRun(bool value)
bool AssociationTargetHasBeenSet() const
AWS_EC2_API AssociateInstanceEventWindowRequest()=default
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool InstanceEventWindowIdHasBeenSet() const
const InstanceEventWindowAssociationRequest & GetAssociationTarget() const
AssociateInstanceEventWindowRequest & WithInstanceEventWindowId(InstanceEventWindowIdT &&value)
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String