7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/StorageLocation.h>
12#include <aws/ec2/model/TagSpecification.h>
48 m_dryRunHasBeenSet =
true;
64 template <
typename InputStorageLocationT = StorageLocation>
66 m_inputStorageLocationHasBeenSet =
true;
67 m_inputStorageLocation = std::forward<InputStorageLocationT>(value);
69 template <
typename InputStorageLocationT = StorageLocation>
82 template <
typename LogsStorageLocationT = StorageLocation>
84 m_logsStorageLocationHasBeenSet =
true;
85 m_logsStorageLocation = std::forward<LogsStorageLocationT>(value);
87 template <
typename LogsStorageLocationT = StorageLocation>
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
118 template <
typename NameT = Aws::String>
120 m_nameHasBeenSet =
true;
121 m_name = std::forward<NameT>(value);
123 template <
typename NameT = Aws::String>
125 SetName(std::forward<NameT>(value));
139 template <
typename ClientTokenT = Aws::String>
141 m_clientTokenHasBeenSet =
true;
142 m_clientToken = std::forward<ClientTokenT>(value);
144 template <
typename ClientTokenT = Aws::String>
157 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
159 m_tagSpecificationsHasBeenSet =
true;
160 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
162 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
167 template <
typename TagSpecificationsT = TagSpecification>
169 m_tagSpecificationsHasBeenSet =
true;
170 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
175 bool m_dryRun{
false};
177 StorageLocation m_inputStorageLocation;
179 StorageLocation m_logsStorageLocation;
188 bool m_dryRunHasBeenSet =
false;
189 bool m_inputStorageLocationHasBeenSet =
false;
190 bool m_logsStorageLocationHasBeenSet =
false;
191 bool m_descriptionHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
193 bool m_clientTokenHasBeenSet =
false;
194 bool m_tagSpecificationsHasBeenSet =
false;
CreateFpgaImageRequest & WithDryRun(bool value)
bool NameHasBeenSet() const
bool ClientTokenHasBeenSet() const
void SetDryRun(bool value)
CreateFpgaImageRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateFpgaImageRequest & WithClientToken(ClientTokenT &&value)
CreateFpgaImageRequest & WithDescription(DescriptionT &&value)
void SetInputStorageLocation(InputStorageLocationT &&value)
bool LogsStorageLocationHasBeenSet() const
AWS_EC2_API CreateFpgaImageRequest()=default
const Aws::String & GetDescription() const
bool InputStorageLocationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateFpgaImageRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetClientToken() const
CreateFpgaImageRequest & WithLogsStorageLocation(LogsStorageLocationT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
const StorageLocation & GetInputStorageLocation() const
bool DescriptionHasBeenSet() const
const StorageLocation & GetLogsStorageLocation() const
void SetName(NameT &&value)
const Aws::String & GetName() const
CreateFpgaImageRequest & WithTagSpecifications(TagSpecificationsT &&value)
void SetClientToken(ClientTokenT &&value)
bool TagSpecificationsHasBeenSet() const
void SetLogsStorageLocation(LogsStorageLocationT &&value)
CreateFpgaImageRequest & WithInputStorageLocation(InputStorageLocationT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector