7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/model/AllowedImagesSettingsEnabledState.h>
60 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
66 bool m_allowedImagesSettingsStateHasBeenSet =
false;
69 bool m_dryRunHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
EnableAllowedImagesSettingsRequest & WithAllowedImagesSettingsState(AllowedImagesSettingsEnabledState value)
EnableAllowedImagesSettingsRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAllowedImagesSettingsState(AllowedImagesSettingsEnabledState value)
AWS_EC2_API EnableAllowedImagesSettingsRequest()=default
bool AllowedImagesSettingsStateHasBeenSet() const
void SetDryRun(bool value)
AllowedImagesSettingsEnabledState GetAllowedImagesSettingsState() const
AWS_EC2_API Aws::String SerializePayload() const override
AllowedImagesSettingsEnabledState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String