7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
60 template <
typename SourceFpgaImageIdT = Aws::String>
62 m_sourceFpgaImageIdHasBeenSet =
true;
63 m_sourceFpgaImageId = std::forward<SourceFpgaImageIdT>(value);
65 template <
typename SourceFpgaImageIdT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
114 template <
typename SourceRegionT = Aws::String>
116 m_sourceRegionHasBeenSet =
true;
117 m_sourceRegion = std::forward<SourceRegionT>(value);
119 template <
typename SourceRegionT = Aws::String>
135 template <
typename ClientTokenT = Aws::String>
137 m_clientTokenHasBeenSet =
true;
138 m_clientToken = std::forward<ClientTokenT>(value);
140 template <
typename ClientTokenT = Aws::String>
147 bool m_dryRun{
false};
158 bool m_dryRunHasBeenSet =
false;
159 bool m_sourceFpgaImageIdHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_nameHasBeenSet =
false;
162 bool m_sourceRegionHasBeenSet =
false;
163 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