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-qbusiness
include
aws
qbusiness
model
AttachmentInputEvent.h
1
6
#pragma once
7
#include <aws/qbusiness/QBusiness_EXPORTS.h>
8
#include <aws/qbusiness/model/AttachmentInput.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
QBusiness
22
{
23
namespace
Model
24
{
25
32
class
AttachmentInputEvent
33
{
34
public
:
35
AWS_QBUSINESS_API
AttachmentInputEvent
();
36
AWS_QBUSINESS_API
AttachmentInputEvent
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_QBUSINESS_API
AttachmentInputEvent
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_QBUSINESS_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
43
inline
const
AttachmentInput
&
GetAttachment
()
const
{
return
m_attachment; }
44
inline
bool
AttachmentHasBeenSet
()
const
{
return
m_attachmentHasBeenSet; }
45
inline
void
SetAttachment
(
const
AttachmentInput
& value) { m_attachmentHasBeenSet =
true
; m_attachment = value; }
46
inline
void
SetAttachment
(
AttachmentInput
&& value) { m_attachmentHasBeenSet =
true
; m_attachment = std::move(value); }
47
inline
AttachmentInputEvent
&
WithAttachment
(
const
AttachmentInput
& value) {
SetAttachment
(value);
return
*
this
;}
48
inline
AttachmentInputEvent
&
WithAttachment
(
AttachmentInput
&& value) {
SetAttachment
(std::move(value));
return
*
this
;}
50
private
:
51
52
AttachmentInput
m_attachment;
53
bool
m_attachmentHasBeenSet =
false
;
54
};
55
56
}
// namespace Model
57
}
// namespace QBusiness
58
}
// namespace Aws
Aws::QBusiness::Model::AttachmentInputEvent
Definition
AttachmentInputEvent.h:33
Aws::QBusiness::Model::AttachmentInputEvent::AttachmentInputEvent
AWS_QBUSINESS_API AttachmentInputEvent(Aws::Utils::Json::JsonView jsonValue)
Aws::QBusiness::Model::AttachmentInputEvent::AttachmentInputEvent
AWS_QBUSINESS_API AttachmentInputEvent()
Aws::QBusiness::Model::AttachmentInputEvent::SetAttachment
void SetAttachment(const AttachmentInput &value)
Definition
AttachmentInputEvent.h:45
Aws::QBusiness::Model::AttachmentInputEvent::WithAttachment
AttachmentInputEvent & WithAttachment(const AttachmentInput &value)
Definition
AttachmentInputEvent.h:47
Aws::QBusiness::Model::AttachmentInputEvent::AttachmentHasBeenSet
bool AttachmentHasBeenSet() const
Definition
AttachmentInputEvent.h:44
Aws::QBusiness::Model::AttachmentInputEvent::SetAttachment
void SetAttachment(AttachmentInput &&value)
Definition
AttachmentInputEvent.h:46
Aws::QBusiness::Model::AttachmentInputEvent::GetAttachment
const AttachmentInput & GetAttachment() const
Definition
AttachmentInputEvent.h:43
Aws::QBusiness::Model::AttachmentInputEvent::Jsonize
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::QBusiness::Model::AttachmentInputEvent::WithAttachment
AttachmentInputEvent & WithAttachment(AttachmentInput &&value)
Definition
AttachmentInputEvent.h:48
Aws::QBusiness::Model::AttachmentInputEvent::operator=
AWS_QBUSINESS_API AttachmentInputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::QBusiness::Model::AttachmentInput
Definition
AttachmentInput.h:34
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