7#include <aws/s3vectors/S3Vectors_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename VectorBucketNameT = Aws::String>
50 void SetVectorBucketName(VectorBucketNameT&& value) { m_vectorBucketNameHasBeenSet =
true; m_vectorBucketName = std::forward<VectorBucketNameT>(value); }
51 template<
typename VectorBucketNameT = Aws::String>
61 template<
typename IndexNameT = Aws::String>
62 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
63 template<
typename IndexNameT = Aws::String>
73 template<
typename IndexArnT = Aws::String>
74 void SetIndexArn(IndexArnT&& value) { m_indexArnHasBeenSet =
true; m_indexArn = std::forward<IndexArnT>(value); }
75 template<
typename IndexArnT = Aws::String>
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
86 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
93 bool m_vectorBucketNameHasBeenSet =
false;
96 bool m_indexNameHasBeenSet =
false;
99 bool m_indexArnHasBeenSet =
false;
102 bool m_creationTimeHasBeenSet =
false;
const Aws::String & GetVectorBucketName() const
const Aws::Utils::DateTime & GetCreationTime() const
IndexSummary & WithCreationTime(CreationTimeT &&value)
AWS_S3VECTORS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3VECTORS_API IndexSummary()=default
AWS_S3VECTORS_API IndexSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetIndexName() const
void SetVectorBucketName(VectorBucketNameT &&value)
bool IndexNameHasBeenSet() const
IndexSummary & WithIndexArn(IndexArnT &&value)
void SetIndexArn(IndexArnT &&value)
IndexSummary & WithIndexName(IndexNameT &&value)
IndexSummary & WithVectorBucketName(VectorBucketNameT &&value)
AWS_S3VECTORS_API IndexSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
void SetIndexName(IndexNameT &&value)
bool VectorBucketNameHasBeenSet() const
bool IndexArnHasBeenSet() const
const Aws::String & GetIndexArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue