7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/Outposts_EXPORTS.h>
9#include <aws/outposts/model/AssetLocation.h>
10#include <aws/outposts/model/AssetType.h>
11#include <aws/outposts/model/ComputeAttributes.h>
44 template <
typename AssetIdT = Aws::String>
46 m_assetIdHasBeenSet =
true;
47 m_assetId = std::forward<AssetIdT>(value);
49 template <
typename AssetIdT = Aws::String>
62 template <
typename RackIdT = Aws::String>
64 m_rackIdHasBeenSet =
true;
65 m_rackId = std::forward<RackIdT>(value);
67 template <
typename RackIdT = Aws::String>
81 m_assetTypeHasBeenSet =
true;
96 template <
typename ComputeAttributesT = ComputeAttributes>
98 m_computeAttributesHasBeenSet =
true;
99 m_computeAttributes = std::forward<ComputeAttributesT>(value);
101 template <
typename ComputeAttributesT = ComputeAttributes>
114 template <
typename AssetLocationT = AssetLocation>
116 m_assetLocationHasBeenSet =
true;
117 m_assetLocation = std::forward<AssetLocationT>(value);
119 template <
typename AssetLocationT = AssetLocation>
132 ComputeAttributes m_computeAttributes;
134 AssetLocation m_assetLocation;
135 bool m_assetIdHasBeenSet =
false;
136 bool m_rackIdHasBeenSet =
false;
137 bool m_assetTypeHasBeenSet =
false;
138 bool m_computeAttributesHasBeenSet =
false;
139 bool m_assetLocationHasBeenSet =
false;
bool AssetTypeHasBeenSet() const
AWS_OUTPOSTS_API AssetInfo()=default
AssetInfo & WithComputeAttributes(ComputeAttributesT &&value)
const AssetLocation & GetAssetLocation() const
AssetInfo & WithAssetType(AssetType value)
void SetAssetLocation(AssetLocationT &&value)
AWS_OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
AssetInfo & WithAssetLocation(AssetLocationT &&value)
bool RackIdHasBeenSet() const
const ComputeAttributes & GetComputeAttributes() const
bool AssetLocationHasBeenSet() const
void SetAssetId(AssetIdT &&value)
void SetComputeAttributes(ComputeAttributesT &&value)
AssetInfo & WithAssetId(AssetIdT &&value)
const Aws::String & GetAssetId() const
AssetType GetAssetType() const
AWS_OUTPOSTS_API AssetInfo(Aws::Utils::Json::JsonView jsonValue)
void SetAssetType(AssetType value)
AWS_OUTPOSTS_API AssetInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetInfo & WithRackId(RackIdT &&value)
bool ComputeAttributesHasBeenSet() const
const Aws::String & GetRackId() const
bool AssetIdHasBeenSet() const
void SetRackId(RackIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue