7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/PciId.h>
11#include <aws/ec2/model/FpgaImageState.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/ec2/model/ProductCode.h>
15#include <aws/ec2/model/Tag.h>
56 inline void SetFpgaImageId(
const char* value) { m_fpgaImageIdHasBeenSet =
true; m_fpgaImageId.assign(value); }
70 inline void SetFpgaImageGlobalId(
const char* value) { m_fpgaImageGlobalIdHasBeenSet =
true; m_fpgaImageGlobalId.assign(value); }
84 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
98 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
113 inline void SetShellVersion(
const char* value) { m_shellVersionHasBeenSet =
true; m_shellVersion.assign(value); }
125 inline void SetPciId(
const PciId& value) { m_pciIdHasBeenSet =
true; m_pciId = value; }
126 inline void SetPciId(
PciId&& value) { m_pciIdHasBeenSet =
true; m_pciId = std::move(value); }
175 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
190 inline void SetOwnerAlias(
const char* value) { m_ownerAliasHasBeenSet =
true; m_ownerAlias.assign(value); }
220 inline FpgaImage&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
221 inline FpgaImage&
AddTags(
Tag&& value) { m_tagsHasBeenSet =
true; m_tags.push_back(std::move(value));
return *
this; }
230 inline void SetPublic(
bool value) { m_publicHasBeenSet =
true; m_public = value; }
256 inline FpgaImage&
AddInstanceTypes(
const char* value) { m_instanceTypesHasBeenSet =
true; m_instanceTypes.push_back(value);
return *
this; }
261 bool m_fpgaImageIdHasBeenSet =
false;
264 bool m_fpgaImageGlobalIdHasBeenSet =
false;
267 bool m_nameHasBeenSet =
false;
270 bool m_descriptionHasBeenSet =
false;
273 bool m_shellVersionHasBeenSet =
false;
276 bool m_pciIdHasBeenSet =
false;
279 bool m_stateHasBeenSet =
false;
282 bool m_createTimeHasBeenSet =
false;
285 bool m_updateTimeHasBeenSet =
false;
288 bool m_ownerIdHasBeenSet =
false;
291 bool m_ownerAliasHasBeenSet =
false;
294 bool m_productCodesHasBeenSet =
false;
297 bool m_tagsHasBeenSet =
false;
300 bool m_publicHasBeenSet =
false;
302 bool m_dataRetentionSupport;
303 bool m_dataRetentionSupportHasBeenSet =
false;
306 bool m_instanceTypesHasBeenSet =
false;
FpgaImage & WithProductCodes(Aws::Vector< ProductCode > &&value)
void SetFpgaImageGlobalId(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetInstanceTypes(const Aws::Vector< Aws::String > &value)
bool InstanceTypesHasBeenSet() const
FpgaImage & WithInstanceTypes(Aws::Vector< Aws::String > &&value)
void SetInstanceTypes(Aws::Vector< Aws::String > &&value)
bool OwnerAliasHasBeenSet() const
void SetPciId(const PciId &value)
void SetFpgaImageGlobalId(const Aws::String &value)
void SetName(const Aws::String &value)
FpgaImage & WithUpdateTime(Aws::Utils::DateTime &&value)
bool DataRetentionSupportHasBeenSet() const
bool ShellVersionHasBeenSet() const
void SetState(FpgaImageState &&value)
FpgaImage & WithDescription(const char *value)
FpgaImage & AddTags(const Tag &value)
const Aws::Vector< Tag > & GetTags() const
const PciId & GetPciId() const
const Aws::String & GetFpgaImageGlobalId() const
bool TagsHasBeenSet() const
FpgaImage & WithShellVersion(const Aws::String &value)
bool FpgaImageGlobalIdHasBeenSet() const
void SetName(Aws::String &&value)
bool GetDataRetentionSupport() const
FpgaImage & WithName(const Aws::String &value)
void SetShellVersion(Aws::String &&value)
FpgaImage & WithTags(Aws::Vector< Tag > &&value)
void SetOwnerAlias(const char *value)
FpgaImage & WithInstanceTypes(const Aws::Vector< Aws::String > &value)
void SetFpgaImageId(const char *value)
bool ProductCodesHasBeenSet() const
const Aws::String & GetOwnerId() const
bool UpdateTimeHasBeenSet() const
FpgaImage & WithOwnerId(const Aws::String &value)
bool PciIdHasBeenSet() const
AWS_EC2_API FpgaImage(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(const Aws::String &value)
void SetName(const char *value)
const Aws::Utils::DateTime & GetCreateTime() const
FpgaImage & WithPciId(PciId &&value)
const Aws::Vector< ProductCode > & GetProductCodes() const
FpgaImage & WithOwnerId(const char *value)
void SetState(const FpgaImageState &value)
AWS_EC2_API FpgaImage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(const char *value)
void SetDataRetentionSupport(bool value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
bool NameHasBeenSet() const
FpgaImage & WithName(Aws::String &&value)
bool PublicHasBeenSet() const
void SetShellVersion(const Aws::String &value)
FpgaImage & WithDescription(Aws::String &&value)
const FpgaImageState & GetState() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetOwnerAlias(Aws::String &&value)
FpgaImage & WithPublic(bool value)
FpgaImage & WithOwnerAlias(const char *value)
const Aws::String & GetFpgaImageId() const
FpgaImage & WithCreateTime(Aws::Utils::DateTime &&value)
FpgaImage & AddInstanceTypes(const Aws::String &value)
FpgaImage & WithOwnerAlias(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
FpgaImage & WithFpgaImageGlobalId(Aws::String &&value)
void SetPciId(PciId &&value)
FpgaImage & WithFpgaImageGlobalId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetInstanceTypes() const
FpgaImage & WithFpgaImageId(Aws::String &&value)
void SetOwnerId(const char *value)
FpgaImage & WithName(const char *value)
const Aws::String & GetDescription() const
void SetDescription(Aws::String &&value)
FpgaImage & AddInstanceTypes(Aws::String &&value)
bool OwnerIdHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
FpgaImage & WithProductCodes(const Aws::Vector< ProductCode > &value)
void SetProductCodes(Aws::Vector< ProductCode > &&value)
FpgaImage & WithDataRetentionSupport(bool value)
FpgaImage & WithDescription(const Aws::String &value)
const Aws::Utils::DateTime & GetUpdateTime() const
FpgaImage & WithOwnerId(Aws::String &&value)
FpgaImage & WithFpgaImageGlobalId(const char *value)
void SetFpgaImageId(const Aws::String &value)
void SetOwnerId(Aws::String &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
void SetOwnerId(const Aws::String &value)
void SetFpgaImageGlobalId(const char *value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
FpgaImage & AddProductCodes(const ProductCode &value)
bool DescriptionHasBeenSet() const
FpgaImage & AddProductCodes(ProductCode &&value)
const Aws::String & GetOwnerAlias() const
FpgaImage & WithShellVersion(Aws::String &&value)
FpgaImage & AddTags(Tag &&value)
void SetOwnerAlias(const Aws::String &value)
FpgaImage & WithFpgaImageId(const Aws::String &value)
const Aws::String & GetName() const
FpgaImage & WithUpdateTime(const Aws::Utils::DateTime &value)
FpgaImage & WithState(FpgaImageState &&value)
FpgaImage & WithShellVersion(const char *value)
void SetFpgaImageId(Aws::String &&value)
bool FpgaImageIdHasBeenSet() const
FpgaImage & WithState(const FpgaImageState &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
FpgaImage & WithPciId(const PciId &value)
bool CreateTimeHasBeenSet() const
const Aws::String & GetShellVersion() const
FpgaImage & WithCreateTime(const Aws::Utils::DateTime &value)
void SetShellVersion(const char *value)
FpgaImage & AddInstanceTypes(const char *value)
void SetProductCodes(const Aws::Vector< ProductCode > &value)
FpgaImage & WithFpgaImageId(const char *value)
FpgaImage & WithOwnerAlias(const Aws::String &value)
FpgaImage & WithTags(const Aws::Vector< Tag > &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