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/InstanceEventWindowAssociationRequest.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
61 inline void SetInstanceEventWindowId(
const char* value) { m_instanceEventWindowIdHasBeenSet =
true; m_instanceEventWindowId.assign(value); }
81 bool m_dryRunHasBeenSet =
false;
84 bool m_instanceEventWindowIdHasBeenSet =
false;
87 bool m_associationTargetHasBeenSet =
false;
AssociateInstanceEventWindowRequest & WithAssociationTarget(InstanceEventWindowAssociationRequest &&value)
AssociateInstanceEventWindowRequest & WithInstanceEventWindowId(Aws::String &&value)
AssociateInstanceEventWindowRequest & WithDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetInstanceEventWindowId() const
AWS_EC2_API AssociateInstanceEventWindowRequest()
void SetDryRun(bool value)
bool AssociationTargetHasBeenSet() const
void SetInstanceEventWindowId(const char *value)
void SetAssociationTarget(InstanceEventWindowAssociationRequest &&value)
void SetInstanceEventWindowId(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AssociateInstanceEventWindowRequest & WithInstanceEventWindowId(const Aws::String &value)
void SetInstanceEventWindowId(const Aws::String &value)
bool InstanceEventWindowIdHasBeenSet() const
void SetAssociationTarget(const InstanceEventWindowAssociationRequest &value)
AssociateInstanceEventWindowRequest & WithAssociationTarget(const InstanceEventWindowAssociationRequest &value)
const InstanceEventWindowAssociationRequest & GetAssociationTarget() const
bool DryRunHasBeenSet() const
AssociateInstanceEventWindowRequest & WithInstanceEventWindowId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String