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-runtime
include
aws
bedrock-agent-runtime
model
QueryTransformationConfiguration.h
1
6
#pragma once
7
#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8
#include <aws/bedrock-agent-runtime/model/QueryTransformationType.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
BedrockAgentRuntime
22
{
23
namespace
Model
24
{
25
32
class
QueryTransformationConfiguration
33
{
34
public
:
35
AWS_BEDROCKAGENTRUNTIME_API
QueryTransformationConfiguration
();
36
AWS_BEDROCKAGENTRUNTIME_API
QueryTransformationConfiguration
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_BEDROCKAGENTRUNTIME_API
QueryTransformationConfiguration
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_BEDROCKAGENTRUNTIME_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
45
inline
const
QueryTransformationType
&
GetType
()
const
{
return
m_type; }
46
inline
bool
TypeHasBeenSet
()
const
{
return
m_typeHasBeenSet; }
47
inline
void
SetType
(
const
QueryTransformationType
& value) { m_typeHasBeenSet =
true
; m_type = value; }
48
inline
void
SetType
(
QueryTransformationType
&& value) { m_typeHasBeenSet =
true
; m_type = std::move(value); }
49
inline
QueryTransformationConfiguration
&
WithType
(
const
QueryTransformationType
& value) {
SetType
(value);
return
*
this
;}
50
inline
QueryTransformationConfiguration
&
WithType
(
QueryTransformationType
&& value) {
SetType
(std::move(value));
return
*
this
;}
52
private
:
53
54
QueryTransformationType
m_type;
55
bool
m_typeHasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace BedrockAgentRuntime
60
}
// namespace Aws
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration
Definition
QueryTransformationConfiguration.h:33
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::GetType
const QueryTransformationType & GetType() const
Definition
QueryTransformationConfiguration.h:45
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::SetType
void SetType(QueryTransformationType &&value)
Definition
QueryTransformationConfiguration.h:48
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::SetType
void SetType(const QueryTransformationType &value)
Definition
QueryTransformationConfiguration.h:47
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::WithType
QueryTransformationConfiguration & WithType(QueryTransformationType &&value)
Definition
QueryTransformationConfiguration.h:50
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::QueryTransformationConfiguration
AWS_BEDROCKAGENTRUNTIME_API QueryTransformationConfiguration()
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::WithType
QueryTransformationConfiguration & WithType(const QueryTransformationType &value)
Definition
QueryTransformationConfiguration.h:49
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::QueryTransformationConfiguration
AWS_BEDROCKAGENTRUNTIME_API QueryTransformationConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::operator=
AWS_BEDROCKAGENTRUNTIME_API QueryTransformationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::Jsonize
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::BedrockAgentRuntime::Model::QueryTransformationConfiguration::TypeHasBeenSet
bool TypeHasBeenSet() const
Definition
QueryTransformationConfiguration.h:46
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::BedrockAgentRuntime::Model::QueryTransformationType
QueryTransformationType
Definition
QueryTransformationType.h:17
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences