7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
19namespace DataExchange {
40 template <
typename AssetIdT = Aws::String>
42 m_assetIdHasBeenSet =
true;
43 m_assetId = std::forward<AssetIdT>(value);
45 template <
typename AssetIdT = Aws::String>
58 template <
typename BucketT = Aws::String>
60 m_bucketHasBeenSet =
true;
61 m_bucket = std::forward<BucketT>(value);
63 template <
typename BucketT = Aws::String>
76 template <
typename KeyT = Aws::String>
78 m_keyHasBeenSet =
true;
79 m_key = std::forward<KeyT>(value);
81 template <
typename KeyT = Aws::String>
83 SetKey(std::forward<KeyT>(value));
93 bool m_assetIdHasBeenSet =
false;
94 bool m_bucketHasBeenSet =
false;
95 bool m_keyHasBeenSet =
false;
void SetBucket(BucketT &&value)
AssetDestinationEntry & WithBucket(BucketT &&value)
void SetKey(KeyT &&value)
AWS_DATAEXCHANGE_API AssetDestinationEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetDestinationEntry & WithKey(KeyT &&value)
const Aws::String & GetAssetId() const
AWS_DATAEXCHANGE_API AssetDestinationEntry()=default
void SetAssetId(AssetIdT &&value)
bool KeyHasBeenSet() const
bool BucketHasBeenSet() const
const Aws::String & GetKey() const
AWS_DATAEXCHANGE_API AssetDestinationEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucket() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AssetIdHasBeenSet() const
AssetDestinationEntry & WithAssetId(AssetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue