AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SecurityGroup.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_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 GuardDuty
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GUARDDUTY_API SecurityGroup();
36 AWS_GUARDDUTY_API SecurityGroup(Aws::Utils::Json::JsonView jsonValue);
37 AWS_GUARDDUTY_API SecurityGroup& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetGroupId() const{ return m_groupId; }
46 inline bool GroupIdHasBeenSet() const { return m_groupIdHasBeenSet; }
47 inline void SetGroupId(const Aws::String& value) { m_groupIdHasBeenSet = true; m_groupId = value; }
48 inline void SetGroupId(Aws::String&& value) { m_groupIdHasBeenSet = true; m_groupId = std::move(value); }
49 inline void SetGroupId(const char* value) { m_groupIdHasBeenSet = true; m_groupId.assign(value); }
50 inline SecurityGroup& WithGroupId(const Aws::String& value) { SetGroupId(value); return *this;}
51 inline SecurityGroup& WithGroupId(Aws::String&& value) { SetGroupId(std::move(value)); return *this;}
52 inline SecurityGroup& WithGroupId(const char* value) { SetGroupId(value); return *this;}
54
56
59 inline const Aws::String& GetGroupName() const{ return m_groupName; }
60 inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; }
61 inline void SetGroupName(const Aws::String& value) { m_groupNameHasBeenSet = true; m_groupName = value; }
62 inline void SetGroupName(Aws::String&& value) { m_groupNameHasBeenSet = true; m_groupName = std::move(value); }
63 inline void SetGroupName(const char* value) { m_groupNameHasBeenSet = true; m_groupName.assign(value); }
64 inline SecurityGroup& WithGroupName(const Aws::String& value) { SetGroupName(value); return *this;}
65 inline SecurityGroup& WithGroupName(Aws::String&& value) { SetGroupName(std::move(value)); return *this;}
66 inline SecurityGroup& WithGroupName(const char* value) { SetGroupName(value); return *this;}
68 private:
69
70 Aws::String m_groupId;
71 bool m_groupIdHasBeenSet = false;
72
73 Aws::String m_groupName;
74 bool m_groupNameHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace GuardDuty
79} // namespace Aws
SecurityGroup & WithGroupName(const char *value)
void SetGroupName(const Aws::String &value)
SecurityGroup & WithGroupId(const Aws::String &value)
SecurityGroup & WithGroupName(Aws::String &&value)
SecurityGroup & WithGroupId(Aws::String &&value)
void SetGroupName(Aws::String &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API SecurityGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API SecurityGroup(Aws::Utils::Json::JsonView jsonValue)
void SetGroupId(const Aws::String &value)
SecurityGroup & WithGroupName(const Aws::String &value)
const Aws::String & GetGroupId() const
SecurityGroup & WithGroupId(const char *value)
const Aws::String & GetGroupName() const
void SetGroupName(const char *value)
void SetGroupId(Aws::String &&value)
void SetGroupId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue