7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/b2bi/model/SampleDocumentKeys.h>
50 template<
typename BucketNameT = Aws::String>
51 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
52 template<
typename BucketNameT = Aws::String>
63 template<
typename KeysT = Aws::Vector<SampleDocumentKeys>>
64 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
65 template<
typename KeysT = Aws::Vector<SampleDocumentKeys>>
67 template<
typename KeysT = SampleDocumentKeys>
68 SampleDocuments&
AddKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys.emplace_back(std::forward<KeysT>(value));
return *
this; }
73 bool m_bucketNameHasBeenSet =
false;
76 bool m_keysHasBeenSet =
false;
const Aws::String & GetBucketName() const
AWS_B2BI_API SampleDocuments(Aws::Utils::Json::JsonView jsonValue)
void SetKeys(KeysT &&value)
bool BucketNameHasBeenSet() const
AWS_B2BI_API SampleDocuments()=default
AWS_B2BI_API SampleDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeysHasBeenSet() const
SampleDocuments & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
SampleDocuments & WithKeys(KeysT &&value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
SampleDocuments & AddKeys(KeysT &&value)
const Aws::Vector< SampleDocumentKeys > & GetKeys() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue