AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListSinksItem.h
1
6#pragma once
7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OAM
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_OAM_API ListSinksItem();
39
40
42
45 inline const Aws::String& GetArn() const{ return m_arn; }
46 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
47 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
48 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
49 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
50 inline ListSinksItem& WithArn(const Aws::String& value) { SetArn(value); return *this;}
51 inline ListSinksItem& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
52 inline ListSinksItem& WithArn(const char* value) { SetArn(value); return *this;}
54
56
60 inline const Aws::String& GetId() const{ return m_id; }
61 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
62 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
63 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
64 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
65 inline ListSinksItem& WithId(const Aws::String& value) { SetId(value); return *this;}
66 inline ListSinksItem& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
67 inline ListSinksItem& WithId(const char* value) { SetId(value); return *this;}
69
71
74 inline const Aws::String& GetName() const{ return m_name; }
75 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
76 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
77 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
78 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
79 inline ListSinksItem& WithName(const Aws::String& value) { SetName(value); return *this;}
80 inline ListSinksItem& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
81 inline ListSinksItem& WithName(const char* value) { SetName(value); return *this;}
83 private:
84
85 Aws::String m_arn;
86 bool m_arnHasBeenSet = false;
87
88 Aws::String m_id;
89 bool m_idHasBeenSet = false;
90
91 Aws::String m_name;
92 bool m_nameHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace OAM
97} // namespace Aws
void SetArn(Aws::String &&value)
void SetArn(const Aws::String &value)
AWS_OAM_API ListSinksItem(Aws::Utils::Json::JsonView jsonValue)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
ListSinksItem & WithName(const Aws::String &value)
ListSinksItem & WithId(Aws::String &&value)
const Aws::String & GetId() const
void SetName(Aws::String &&value)
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
const Aws::String & GetArn() const
ListSinksItem & WithId(const char *value)
ListSinksItem & WithId(const Aws::String &value)
void SetId(const char *value)
ListSinksItem & WithArn(const Aws::String &value)
ListSinksItem & WithName(Aws::String &&value)
void SetArn(const char *value)
ListSinksItem & WithName(const char *value)
const Aws::String & GetName() const
void SetName(const char *value)
ListSinksItem & WithArn(Aws::String &&value)
ListSinksItem & WithArn(const char *value)
void SetName(const Aws::String &value)
AWS_OAM_API ListSinksItem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue