7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dataexchange/model/KmsKeyToGrant.h>
52 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
105 bool m_bucketHasBeenSet =
false;
108 bool m_keyPrefixesHasBeenSet =
false;
111 bool m_keysHasBeenSet =
false;
114 bool m_kmsKeysToGrantHasBeenSet =
false;
S3DataAccessAssetSourceEntry & WithBucket(const Aws::String &value)
S3DataAccessAssetSourceEntry & AddKeyPrefixes(const Aws::String &value)
S3DataAccessAssetSourceEntry & WithBucket(const char *value)
AWS_DATAEXCHANGE_API S3DataAccessAssetSourceEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
S3DataAccessAssetSourceEntry & WithKmsKeysToGrant(const Aws::Vector< KmsKeyToGrant > &value)
S3DataAccessAssetSourceEntry & WithKmsKeysToGrant(Aws::Vector< KmsKeyToGrant > &&value)
S3DataAccessAssetSourceEntry & AddKeys(Aws::String &&value)
AWS_DATAEXCHANGE_API S3DataAccessAssetSourceEntry(Aws::Utils::Json::JsonView jsonValue)
bool KeysHasBeenSet() const
S3DataAccessAssetSourceEntry & AddKeyPrefixes(Aws::String &&value)
const Aws::Vector< Aws::String > & GetKeyPrefixes() const
S3DataAccessAssetSourceEntry & WithKeyPrefixes(const Aws::Vector< Aws::String > &value)
S3DataAccessAssetSourceEntry & WithKeyPrefixes(Aws::Vector< Aws::String > &&value)
S3DataAccessAssetSourceEntry & WithKeys(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetKeys() const
bool BucketHasBeenSet() const
void SetBucket(const Aws::String &value)
void SetKeys(Aws::Vector< Aws::String > &&value)
const Aws::Vector< KmsKeyToGrant > & GetKmsKeysToGrant() const
void SetBucket(const char *value)
void SetKmsKeysToGrant(Aws::Vector< KmsKeyToGrant > &&value)
void SetKeyPrefixes(Aws::Vector< Aws::String > &&value)
S3DataAccessAssetSourceEntry & WithKeys(const Aws::Vector< Aws::String > &value)
S3DataAccessAssetSourceEntry & WithBucket(Aws::String &&value)
S3DataAccessAssetSourceEntry & AddKmsKeysToGrant(KmsKeyToGrant &&value)
bool KeyPrefixesHasBeenSet() const
void SetKeyPrefixes(const Aws::Vector< Aws::String > &value)
S3DataAccessAssetSourceEntry & AddKeys(const Aws::String &value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API S3DataAccessAssetSourceEntry()
void SetKeys(const Aws::Vector< Aws::String > &value)
S3DataAccessAssetSourceEntry & AddKeys(const char *value)
bool KmsKeysToGrantHasBeenSet() const
S3DataAccessAssetSourceEntry & AddKmsKeysToGrant(const KmsKeyToGrant &value)
const Aws::String & GetBucket() const
S3DataAccessAssetSourceEntry & AddKeyPrefixes(const char *value)
void SetKmsKeysToGrant(const Aws::Vector< KmsKeyToGrant > &value)
void SetBucket(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue