7#include <aws/ec2/EC2Request.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/AllowedImagesSettingsEnabledState.h>
44 m_allowedImagesSettingsStateHasBeenSet =
true;
45 m_allowedImagesSettingsState = value;
63 m_dryRunHasBeenSet =
true;
75 bool m_allowedImagesSettingsStateHasBeenSet =
false;
76 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