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/FpgaImageAttributeName.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;
void SetFpgaImageId(FpgaImageIdT &&value)
bool AttributeHasBeenSet() const
const Aws::String & GetFpgaImageId() const
bool DryRunHasBeenSet() const
DescribeFpgaImageAttributeRequest & WithAttribute(FpgaImageAttributeName value)
DescribeFpgaImageAttributeRequest & WithFpgaImageId(FpgaImageIdT &&value)
void SetAttribute(FpgaImageAttributeName value)
AWS_EC2_API Aws::String SerializePayload() const override
bool FpgaImageIdHasBeenSet() const
DescribeFpgaImageAttributeRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
FpgaImageAttributeName GetAttribute() const
AWS_EC2_API DescribeFpgaImageAttributeRequest()=default
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String