7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/license-manager/LicenseManager_EXPORTS.h>
20namespace LicenseManager {
30 AWS_LICENSEMANAGER_API
Asset() =
default;
41 template <
typename AssetArnT = Aws::String>
43 m_assetArnHasBeenSet =
true;
44 m_assetArn = std::forward<AssetArnT>(value);
46 template <
typename AssetArnT = Aws::String>
59 template <
typename LatestAssetDiscoveryTimeT = Aws::Utils::DateTime>
61 m_latestAssetDiscoveryTimeHasBeenSet =
true;
62 m_latestAssetDiscoveryTime = std::forward<LatestAssetDiscoveryTimeT>(value);
64 template <
typename LatestAssetDiscoveryTimeT = Aws::Utils::DateTime>
74 bool m_assetArnHasBeenSet =
false;
75 bool m_latestAssetDiscoveryTimeHasBeenSet =
false;
const Aws::String & GetAssetArn() const
AWS_LICENSEMANAGER_API Asset()=default
void SetLatestAssetDiscoveryTime(LatestAssetDiscoveryTimeT &&value)
void SetAssetArn(AssetArnT &&value)
const Aws::Utils::DateTime & GetLatestAssetDiscoveryTime() const
bool AssetArnHasBeenSet() const
AWS_LICENSEMANAGER_API Asset & operator=(Aws::Utils::Json::JsonView jsonValue)
Asset & WithLatestAssetDiscoveryTime(LatestAssetDiscoveryTimeT &&value)
AWS_LICENSEMANAGER_API Asset(Aws::Utils::Json::JsonView jsonValue)
Asset & WithAssetArn(AssetArnT &&value)
bool LatestAssetDiscoveryTimeHasBeenSet() const
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue