7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyPrefixesT = Aws::Vector<Aws::String>>
50 void SetKeyPrefixes(KeyPrefixesT&& value) { m_keyPrefixesHasBeenSet =
true; m_keyPrefixes = std::forward<KeyPrefixesT>(value); }
51 template<
typename KeyPrefixesT = Aws::Vector<Aws::String>>
53 template<
typename KeyPrefixesT = Aws::String>
64 template<
typename KeysT = Aws::Vector<Aws::String>>
65 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
66 template<
typename KeysT = Aws::Vector<Aws::String>>
68 template<
typename KeysT = Aws::String>
74 bool m_keyPrefixesHasBeenSet =
false;
77 bool m_keysHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetKeys() const
S3DataAccessDetails & WithKeyPrefixes(KeyPrefixesT &&value)
S3DataAccessDetails & AddKeys(KeysT &&value)
bool KeysHasBeenSet() const
AWS_DATAEXCHANGE_API S3DataAccessDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API S3DataAccessDetails()=default
AWS_DATAEXCHANGE_API S3DataAccessDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyPrefixes(KeyPrefixesT &&value)
const Aws::Vector< Aws::String > & GetKeyPrefixes() const
void SetKeys(KeysT &&value)
bool KeyPrefixesHasBeenSet() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
S3DataAccessDetails & AddKeyPrefixes(KeyPrefixesT &&value)
S3DataAccessDetails & WithKeys(KeysT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue