7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename SourceFpgaImageIdT = Aws::String>
59 void SetSourceFpgaImageId(SourceFpgaImageIdT&& value) { m_sourceFpgaImageIdHasBeenSet =
true; m_sourceFpgaImageId = std::forward<SourceFpgaImageIdT>(value); }
60 template<
typename SourceFpgaImageIdT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
94 template<
typename SourceRegionT = Aws::String>
95 void SetSourceRegion(SourceRegionT&& value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion = std::forward<SourceRegionT>(value); }
96 template<
typename SourceRegionT = Aws::String>
109 template<
typename ClientTokenT = Aws::String>
110 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
111 template<
typename ClientTokenT = Aws::String>
116 bool m_dryRun{
false};
117 bool m_dryRunHasBeenSet =
false;
120 bool m_sourceFpgaImageIdHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
129 bool m_sourceRegionHasBeenSet =
false;
132 bool m_clientTokenHasBeenSet =
false;
void SetClientToken(ClientTokenT &&value)
CopyFpgaImageRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool SourceFpgaImageIdHasBeenSet() const
const Aws::String & GetClientToken() const
void SetSourceRegion(SourceRegionT &&value)
CopyFpgaImageRequest & WithDescription(DescriptionT &&value)
bool SourceRegionHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::String & GetDescription() const
AWS_EC2_API CopyFpgaImageRequest()=default
bool ClientTokenHasBeenSet() const
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
void SetName(NameT &&value)
CopyFpgaImageRequest & WithSourceRegion(SourceRegionT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
CopyFpgaImageRequest & WithName(NameT &&value)
const Aws::String & GetSourceRegion() const
CopyFpgaImageRequest & WithSourceFpgaImageId(SourceFpgaImageIdT &&value)
const Aws::String & GetSourceFpgaImageId() const
void SetSourceFpgaImageId(SourceFpgaImageIdT &&value)
CopyFpgaImageRequest & WithDryRun(bool value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String