7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/model/StorageLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ec2/model/TagSpecification.h>
51 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
62 template<
typename InputStorageLocationT = StorageLocation>
63 void SetInputStorageLocation(InputStorageLocationT&& value) { m_inputStorageLocationHasBeenSet =
true; m_inputStorageLocation = std::forward<InputStorageLocationT>(value); }
64 template<
typename InputStorageLocationT = StorageLocation>
74 template<
typename LogsStorageLocationT = StorageLocation>
75 void SetLogsStorageLocation(LogsStorageLocationT&& value) { m_logsStorageLocationHasBeenSet =
true; m_logsStorageLocation = std::forward<LogsStorageLocationT>(value); }
76 template<
typename LogsStorageLocationT = StorageLocation>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
98 template<
typename NameT = Aws::String>
99 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
100 template<
typename NameT = Aws::String>
113 template<
typename ClientTokenT = Aws::String>
114 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
115 template<
typename ClientTokenT = Aws::String>
125 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
126 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
127 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
129 template<
typename TagSpecificationsT = TagSpecification>
134 bool m_dryRun{
false};
135 bool m_dryRunHasBeenSet =
false;
137 StorageLocation m_inputStorageLocation;
138 bool m_inputStorageLocationHasBeenSet =
false;
140 StorageLocation m_logsStorageLocation;
141 bool m_logsStorageLocationHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_nameHasBeenSet =
false;
150 bool m_clientTokenHasBeenSet =
false;
153 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