AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AttachmentInput.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QBusiness
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QBUSINESS_API AttachmentInput();
37 AWS_QBUSINESS_API AttachmentInput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
51 inline AttachmentInput& WithName(const Aws::String& value) { SetName(value); return *this;}
52 inline AttachmentInput& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
53 inline AttachmentInput& WithName(const char* value) { SetName(value); return *this;}
55
57
60 inline const Aws::Utils::ByteBuffer& GetData() const{ return m_data; }
61 inline bool DataHasBeenSet() const { return m_dataHasBeenSet; }
62 inline void SetData(const Aws::Utils::ByteBuffer& value) { m_dataHasBeenSet = true; m_data = value; }
63 inline void SetData(Aws::Utils::ByteBuffer&& value) { m_dataHasBeenSet = true; m_data = std::move(value); }
64 inline AttachmentInput& WithData(const Aws::Utils::ByteBuffer& value) { SetData(value); return *this;}
65 inline AttachmentInput& WithData(Aws::Utils::ByteBuffer&& value) { SetData(std::move(value)); return *this;}
67 private:
68
69 Aws::String m_name;
70 bool m_nameHasBeenSet = false;
71
73 bool m_dataHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QBusiness
78} // namespace Aws
AWS_QBUSINESS_API AttachmentInput(Aws::Utils::Json::JsonView jsonValue)
AttachmentInput & WithData(Aws::Utils::ByteBuffer &&value)
AttachmentInput & WithData(const Aws::Utils::ByteBuffer &value)
const Aws::String & GetName() const
AttachmentInput & WithName(const char *value)
AttachmentInput & WithName(const Aws::String &value)
void SetData(Aws::Utils::ByteBuffer &&value)
AttachmentInput & WithName(Aws::String &&value)
void SetData(const Aws::Utils::ByteBuffer &value)
AWS_QBUSINESS_API AttachmentInput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetData() const
void SetName(const Aws::String &value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue