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/FpgaImageAttributeName.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename FpgaImageIdT = Aws::String>
60 void SetFpgaImageId(FpgaImageIdT&& value) { m_fpgaImageIdHasBeenSet =
true; m_fpgaImageId = std::forward<FpgaImageIdT>(value); }
61 template<
typename FpgaImageIdT = Aws::String>
77 bool m_dryRunHasBeenSet =
false;
80 bool m_fpgaImageIdHasBeenSet =
false;
83 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