AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-agent
include
aws
bedrock-agent
model
IntermediateStorage.h
1
6
#pragma once
7
#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8
#include <aws/bedrock-agent/model/S3Location.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
BedrockAgent
22
{
23
namespace
Model
24
{
25
33
class
IntermediateStorage
34
{
35
public
:
36
AWS_BEDROCKAGENT_API
IntermediateStorage
();
37
AWS_BEDROCKAGENT_API
IntermediateStorage
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_BEDROCKAGENT_API
IntermediateStorage
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
39
AWS_BEDROCKAGENT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
40
41
43
46
inline
const
S3Location
&
GetS3Location
()
const
{
return
m_s3Location; }
47
inline
bool
S3LocationHasBeenSet
()
const
{
return
m_s3LocationHasBeenSet; }
48
inline
void
SetS3Location
(
const
S3Location
& value) { m_s3LocationHasBeenSet =
true
; m_s3Location = value; }
49
inline
void
SetS3Location
(
S3Location
&& value) { m_s3LocationHasBeenSet =
true
; m_s3Location = std::move(value); }
50
inline
IntermediateStorage
&
WithS3Location
(
const
S3Location
& value) {
SetS3Location
(value);
return
*
this
;}
51
inline
IntermediateStorage
&
WithS3Location
(
S3Location
&& value) {
SetS3Location
(std::move(value));
return
*
this
;}
53
private
:
54
55
S3Location
m_s3Location;
56
bool
m_s3LocationHasBeenSet =
false
;
57
};
58
59
}
// namespace Model
60
}
// namespace BedrockAgent
61
}
// namespace Aws
Aws::BedrockAgent::Model::IntermediateStorage
Definition
IntermediateStorage.h:34
Aws::BedrockAgent::Model::IntermediateStorage::IntermediateStorage
AWS_BEDROCKAGENT_API IntermediateStorage(Aws::Utils::Json::JsonView jsonValue)
Aws::BedrockAgent::Model::IntermediateStorage::Jsonize
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::BedrockAgent::Model::IntermediateStorage::SetS3Location
void SetS3Location(const S3Location &value)
Definition
IntermediateStorage.h:48
Aws::BedrockAgent::Model::IntermediateStorage::SetS3Location
void SetS3Location(S3Location &&value)
Definition
IntermediateStorage.h:49
Aws::BedrockAgent::Model::IntermediateStorage::IntermediateStorage
AWS_BEDROCKAGENT_API IntermediateStorage()
Aws::BedrockAgent::Model::IntermediateStorage::WithS3Location
IntermediateStorage & WithS3Location(S3Location &&value)
Definition
IntermediateStorage.h:51
Aws::BedrockAgent::Model::IntermediateStorage::operator=
AWS_BEDROCKAGENT_API IntermediateStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::BedrockAgent::Model::IntermediateStorage::S3LocationHasBeenSet
bool S3LocationHasBeenSet() const
Definition
IntermediateStorage.h:47
Aws::BedrockAgent::Model::IntermediateStorage::GetS3Location
const S3Location & GetS3Location() const
Definition
IntermediateStorage.h:46
Aws::BedrockAgent::Model::IntermediateStorage::WithS3Location
IntermediateStorage & WithS3Location(const S3Location &value)
Definition
IntermediateStorage.h:50
Aws::BedrockAgent::Model::S3Location
Definition
S3Location.h:32
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences