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-proton
include
aws
proton
model
TemplateVersionSourceInput.h
1
6
#pragma once
7
#include <aws/proton/Proton_EXPORTS.h>
8
#include <aws/proton/model/S3ObjectSource.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
Proton
22
{
23
namespace
Model
24
{
25
31
class
TemplateVersionSourceInput
32
{
33
public
:
34
AWS_PROTON_API
TemplateVersionSourceInput
();
35
AWS_PROTON_API
TemplateVersionSourceInput
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_PROTON_API
TemplateVersionSourceInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_PROTON_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
38
39
41
45
inline
const
S3ObjectSource
&
GetS3
()
const
{
return
m_s3; }
46
inline
bool
S3HasBeenSet
()
const
{
return
m_s3HasBeenSet; }
47
inline
void
SetS3
(
const
S3ObjectSource
& value) { m_s3HasBeenSet =
true
; m_s3 = value; }
48
inline
void
SetS3
(
S3ObjectSource
&& value) { m_s3HasBeenSet =
true
; m_s3 = std::move(value); }
49
inline
TemplateVersionSourceInput
&
WithS3
(
const
S3ObjectSource
& value) {
SetS3
(value);
return
*
this
;}
50
inline
TemplateVersionSourceInput
&
WithS3
(
S3ObjectSource
&& value) {
SetS3
(std::move(value));
return
*
this
;}
52
private
:
53
54
S3ObjectSource
m_s3;
55
bool
m_s3HasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace Proton
60
}
// namespace Aws
Aws::Proton::Model::S3ObjectSource
Definition
S3ObjectSource.h:32
Aws::Proton::Model::TemplateVersionSourceInput
Definition
TemplateVersionSourceInput.h:32
Aws::Proton::Model::TemplateVersionSourceInput::TemplateVersionSourceInput
AWS_PROTON_API TemplateVersionSourceInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Proton::Model::TemplateVersionSourceInput::WithS3
TemplateVersionSourceInput & WithS3(const S3ObjectSource &value)
Definition
TemplateVersionSourceInput.h:49
Aws::Proton::Model::TemplateVersionSourceInput::GetS3
const S3ObjectSource & GetS3() const
Definition
TemplateVersionSourceInput.h:45
Aws::Proton::Model::TemplateVersionSourceInput::WithS3
TemplateVersionSourceInput & WithS3(S3ObjectSource &&value)
Definition
TemplateVersionSourceInput.h:50
Aws::Proton::Model::TemplateVersionSourceInput::Jsonize
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Proton::Model::TemplateVersionSourceInput::TemplateVersionSourceInput
AWS_PROTON_API TemplateVersionSourceInput()
Aws::Proton::Model::TemplateVersionSourceInput::SetS3
void SetS3(S3ObjectSource &&value)
Definition
TemplateVersionSourceInput.h:48
Aws::Proton::Model::TemplateVersionSourceInput::S3HasBeenSet
bool S3HasBeenSet() const
Definition
TemplateVersionSourceInput.h:46
Aws::Proton::Model::TemplateVersionSourceInput::operator=
AWS_PROTON_API TemplateVersionSourceInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Proton::Model::TemplateVersionSourceInput::SetS3
void SetS3(const S3ObjectSource &value)
Definition
TemplateVersionSourceInput.h:47
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