7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/S3Location.h>
9#include <aws/bedrock-agent/model/SupplementalDataStorageLocationType.h>
20namespace BedrockAgent {
43 m_typeHasBeenSet =
true;
59 template <
typename S3LocationT = S3Location>
61 m_s3LocationHasBeenSet =
true;
62 m_s3Location = std::forward<S3LocationT>(value);
64 template <
typename S3LocationT = S3Location>
73 S3Location m_s3Location;
74 bool m_typeHasBeenSet =
false;
75 bool m_s3LocationHasBeenSet =
false;
SupplementalDataStorageLocation & WithType(SupplementalDataStorageLocationType value)
SupplementalDataStorageLocationType GetType() const
void SetType(SupplementalDataStorageLocationType value)
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3LocationHasBeenSet() const
SupplementalDataStorageLocation & WithS3Location(S3LocationT &&value)
const S3Location & GetS3Location() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation()=default
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
SupplementalDataStorageLocationType
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue