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/ResetFpgaImageAttributeName.h>
46 m_dryRunHasBeenSet =
true;
61 template <
typename FpgaImageIdT = Aws::String>
63 m_fpgaImageIdHasBeenSet =
true;
64 m_fpgaImageId = std::forward<FpgaImageIdT>(value);
66 template <
typename FpgaImageIdT = Aws::String>
80 m_attributeHasBeenSet =
true;
94 bool m_dryRunHasBeenSet =
false;
95 bool m_fpgaImageIdHasBeenSet =
false;
96 bool m_attributeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ResetFpgaImageAttributeRequest & WithFpgaImageId(FpgaImageIdT &&value)
void SetAttribute(ResetFpgaImageAttributeName value)
bool DryRunHasBeenSet() const
void SetFpgaImageId(FpgaImageIdT &&value)
ResetFpgaImageAttributeRequest & WithDryRun(bool value)
ResetFpgaImageAttributeRequest & WithAttribute(ResetFpgaImageAttributeName value)
AWS_EC2_API ResetFpgaImageAttributeRequest()=default
bool AttributeHasBeenSet() const
ResetFpgaImageAttributeName GetAttribute() const
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetFpgaImageId() const
bool FpgaImageIdHasBeenSet() const
void SetDryRun(bool value)
ResetFpgaImageAttributeName
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String