7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/EC2_EXPORTS.h>
12#include <aws/ec2/model/FpgaImageState.h>
13#include <aws/ec2/model/PciId.h>
14#include <aws/ec2/model/ProductCode.h>
15#include <aws/ec2/model/Tag.h>
48 template <
typename FpgaImageIdT = Aws::String>
50 m_fpgaImageIdHasBeenSet =
true;
51 m_fpgaImageId = std::forward<FpgaImageIdT>(value);
53 template <
typename FpgaImageIdT = Aws::String>
66 template <
typename FpgaImageGlobalIdT = Aws::String>
68 m_fpgaImageGlobalIdHasBeenSet =
true;
69 m_fpgaImageGlobalId = std::forward<FpgaImageGlobalIdT>(value);
71 template <
typename FpgaImageGlobalIdT = Aws::String>
84 template <
typename NameT = Aws::String>
86 m_nameHasBeenSet =
true;
87 m_name = std::forward<NameT>(value);
89 template <
typename NameT = Aws::String>
91 SetName(std::forward<NameT>(value));
102 template <
typename DescriptionT = Aws::String>
104 m_descriptionHasBeenSet =
true;
105 m_description = std::forward<DescriptionT>(value);
107 template <
typename DescriptionT = Aws::String>
121 template <
typename ShellVersionT = Aws::String>
123 m_shellVersionHasBeenSet =
true;
124 m_shellVersion = std::forward<ShellVersionT>(value);
126 template <
typename ShellVersionT = Aws::String>
139 template <
typename PciIdT = PciId>
141 m_pciIdHasBeenSet =
true;
142 m_pciId = std::forward<PciIdT>(value);
144 template <
typename PciIdT = PciId>
146 SetPciId(std::forward<PciIdT>(value));
157 template <
typename StateT = FpgaImageState>
159 m_stateHasBeenSet =
true;
160 m_state = std::forward<StateT>(value);
162 template <
typename StateT = FpgaImageState>
164 SetState(std::forward<StateT>(value));
175 template <
typename CreateTimeT = Aws::Utils::DateTime>
177 m_createTimeHasBeenSet =
true;
178 m_createTime = std::forward<CreateTimeT>(value);
180 template <
typename CreateTimeT = Aws::Utils::DateTime>
193 template <
typename UpdateTimeT = Aws::Utils::DateTime>
195 m_updateTimeHasBeenSet =
true;
196 m_updateTime = std::forward<UpdateTimeT>(value);
198 template <
typename UpdateTimeT = Aws::Utils::DateTime>
211 template <
typename OwnerIdT = Aws::String>
213 m_ownerIdHasBeenSet =
true;
214 m_ownerId = std::forward<OwnerIdT>(value);
216 template <
typename OwnerIdT = Aws::String>
230 template <
typename OwnerAliasT = Aws::String>
232 m_ownerAliasHasBeenSet =
true;
233 m_ownerAlias = std::forward<OwnerAliasT>(value);
235 template <
typename OwnerAliasT = Aws::String>
248 template <
typename ProductCodesT = Aws::Vector<ProductCode>>
250 m_productCodesHasBeenSet =
true;
251 m_productCodes = std::forward<ProductCodesT>(value);
253 template <
typename ProductCodesT = Aws::Vector<ProductCode>>
258 template <
typename ProductCodesT = ProductCode>
260 m_productCodesHasBeenSet =
true;
261 m_productCodes.emplace_back(std::forward<ProductCodesT>(value));
272 template <
typename TagsT = Aws::Vector<Tag>>
274 m_tagsHasBeenSet =
true;
275 m_tags = std::forward<TagsT>(value);
277 template <
typename TagsT = Aws::Vector<Tag>>
279 SetTags(std::forward<TagsT>(value));
282 template <
typename TagsT = Tag>
284 m_tagsHasBeenSet =
true;
285 m_tags.emplace_back(std::forward<TagsT>(value));
297 m_publicHasBeenSet =
true;
313 m_dataRetentionSupportHasBeenSet =
true;
314 m_dataRetentionSupport = value;
328 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
330 m_instanceTypesHasBeenSet =
true;
331 m_instanceTypes = std::forward<InstanceTypesT>(value);
333 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
338 template <
typename InstanceTypesT = Aws::String>
340 m_instanceTypesHasBeenSet =
true;
341 m_instanceTypes.emplace_back(std::forward<InstanceTypesT>(value));
372 bool m_public{
false};
374 bool m_dataRetentionSupport{
false};
377 bool m_fpgaImageIdHasBeenSet =
false;
378 bool m_fpgaImageGlobalIdHasBeenSet =
false;
379 bool m_nameHasBeenSet =
false;
380 bool m_descriptionHasBeenSet =
false;
381 bool m_shellVersionHasBeenSet =
false;
382 bool m_pciIdHasBeenSet =
false;
383 bool m_stateHasBeenSet =
false;
384 bool m_createTimeHasBeenSet =
false;
385 bool m_updateTimeHasBeenSet =
false;
386 bool m_ownerIdHasBeenSet =
false;
387 bool m_ownerAliasHasBeenSet =
false;
388 bool m_productCodesHasBeenSet =
false;
389 bool m_tagsHasBeenSet =
false;
390 bool m_publicHasBeenSet =
false;
391 bool m_dataRetentionSupportHasBeenSet =
false;
392 bool m_instanceTypesHasBeenSet =
false;
FpgaImage & WithPciId(PciIdT &&value)
FpgaImage & AddProductCodes(ProductCodesT &&value)
bool InstanceTypesHasBeenSet() const
void SetState(StateT &&value)
bool OwnerAliasHasBeenSet() const
void SetOwnerId(OwnerIdT &&value)
bool DataRetentionSupportHasBeenSet() const
bool ShellVersionHasBeenSet() const
FpgaImage & WithFpgaImageId(FpgaImageIdT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
const PciId & GetPciId() const
const Aws::String & GetFpgaImageGlobalId() const
bool TagsHasBeenSet() const
void SetFpgaImageId(FpgaImageIdT &&value)
void SetDescription(DescriptionT &&value)
bool FpgaImageGlobalIdHasBeenSet() const
FpgaImage & AddTags(TagsT &&value)
FpgaImage & AddInstanceTypes(InstanceTypesT &&value)
bool GetDataRetentionSupport() const
bool ProductCodesHasBeenSet() const
const Aws::String & GetOwnerId() const
bool UpdateTimeHasBeenSet() const
bool PciIdHasBeenSet() const
AWS_EC2_API FpgaImage(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Utils::DateTime & GetCreateTime() const
FpgaImage & WithOwnerAlias(OwnerAliasT &&value)
const Aws::Vector< ProductCode > & GetProductCodes() const
AWS_EC2_API FpgaImage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDataRetentionSupport(bool value)
bool NameHasBeenSet() const
bool PublicHasBeenSet() const
FpgaImage & WithDescription(DescriptionT &&value)
const FpgaImageState & GetState() const
FpgaImage & WithName(NameT &&value)
void SetInstanceTypes(InstanceTypesT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
FpgaImage & WithOwnerId(OwnerIdT &&value)
FpgaImage & WithPublic(bool value)
const Aws::String & GetFpgaImageId() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
FpgaImage & WithState(StateT &&value)
void SetUpdateTime(UpdateTimeT &&value)
void SetOwnerAlias(OwnerAliasT &&value)
const Aws::Vector< Aws::String > & GetInstanceTypes() const
const Aws::String & GetDescription() const
bool OwnerIdHasBeenSet() const
void SetProductCodes(ProductCodesT &&value)
void SetShellVersion(ShellVersionT &&value)
FpgaImage & WithDataRetentionSupport(bool value)
FpgaImage & WithShellVersion(ShellVersionT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
FpgaImage & WithFpgaImageGlobalId(FpgaImageGlobalIdT &&value)
void SetFpgaImageGlobalId(FpgaImageGlobalIdT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetOwnerAlias() const
FpgaImage & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetName() const
bool FpgaImageIdHasBeenSet() const
FpgaImage & WithUpdateTime(UpdateTimeT &&value)
void SetCreateTime(CreateTimeT &&value)
bool CreateTimeHasBeenSet() const
const Aws::String & GetShellVersion() const
AWS_EC2_API FpgaImage()=default
FpgaImage & WithInstanceTypes(InstanceTypesT &&value)
FpgaImage & WithTags(TagsT &&value)
void SetPciId(PciIdT &&value)
FpgaImage & WithProductCodes(ProductCodesT &&value)
void SetName(NameT &&value)
bool StateHasBeenSet() const
void SetPublic(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream