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-personalize
include
aws
personalize
model
BatchSegmentJobInput.h
1
6
#pragma once
7
#include <aws/personalize/Personalize_EXPORTS.h>
8
#include <aws/personalize/model/S3DataConfig.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
Personalize
22
{
23
namespace
Model
24
{
25
31
class
BatchSegmentJobInput
32
{
33
public
:
34
AWS_PERSONALIZE_API
BatchSegmentJobInput
();
35
AWS_PERSONALIZE_API
BatchSegmentJobInput
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_PERSONALIZE_API
BatchSegmentJobInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_PERSONALIZE_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
38
39
41
42
inline
const
S3DataConfig
&
GetS3DataSource
()
const
{
return
m_s3DataSource; }
43
inline
bool
S3DataSourceHasBeenSet
()
const
{
return
m_s3DataSourceHasBeenSet; }
44
inline
void
SetS3DataSource
(
const
S3DataConfig
& value) { m_s3DataSourceHasBeenSet =
true
; m_s3DataSource = value; }
45
inline
void
SetS3DataSource
(
S3DataConfig
&& value) { m_s3DataSourceHasBeenSet =
true
; m_s3DataSource = std::move(value); }
46
inline
BatchSegmentJobInput
&
WithS3DataSource
(
const
S3DataConfig
& value) {
SetS3DataSource
(value);
return
*
this
;}
47
inline
BatchSegmentJobInput
&
WithS3DataSource
(
S3DataConfig
&& value) {
SetS3DataSource
(std::move(value));
return
*
this
;}
49
private
:
50
51
S3DataConfig
m_s3DataSource;
52
bool
m_s3DataSourceHasBeenSet =
false
;
53
};
54
55
}
// namespace Model
56
}
// namespace Personalize
57
}
// namespace Aws
Aws::Personalize::Model::BatchSegmentJobInput
Definition
BatchSegmentJobInput.h:32
Aws::Personalize::Model::BatchSegmentJobInput::Jsonize
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Personalize::Model::BatchSegmentJobInput::BatchSegmentJobInput
AWS_PERSONALIZE_API BatchSegmentJobInput()
Aws::Personalize::Model::BatchSegmentJobInput::GetS3DataSource
const S3DataConfig & GetS3DataSource() const
Definition
BatchSegmentJobInput.h:42
Aws::Personalize::Model::BatchSegmentJobInput::operator=
AWS_PERSONALIZE_API BatchSegmentJobInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Personalize::Model::BatchSegmentJobInput::SetS3DataSource
void SetS3DataSource(const S3DataConfig &value)
Definition
BatchSegmentJobInput.h:44
Aws::Personalize::Model::BatchSegmentJobInput::WithS3DataSource
BatchSegmentJobInput & WithS3DataSource(S3DataConfig &&value)
Definition
BatchSegmentJobInput.h:47
Aws::Personalize::Model::BatchSegmentJobInput::SetS3DataSource
void SetS3DataSource(S3DataConfig &&value)
Definition
BatchSegmentJobInput.h:45
Aws::Personalize::Model::BatchSegmentJobInput::BatchSegmentJobInput
AWS_PERSONALIZE_API BatchSegmentJobInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Personalize::Model::BatchSegmentJobInput::WithS3DataSource
BatchSegmentJobInput & WithS3DataSource(const S3DataConfig &value)
Definition
BatchSegmentJobInput.h:46
Aws::Personalize::Model::BatchSegmentJobInput::S3DataSourceHasBeenSet
bool S3DataSourceHasBeenSet() const
Definition
BatchSegmentJobInput.h:43
Aws::Personalize::Model::S3DataConfig
Definition
S3DataConfig.h:33
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