AWS SDK for C++

AWS SDK for C++ Version 1.11.787

Loading...
Searching...
No Matches
RegisteredSlackServiceDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DevOpsAgent {
20namespace Model {
21
29 public:
30 AWS_DEVOPSAGENT_API RegisteredSlackServiceDetails() = default;
33 AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetTeamId() const { return m_teamId; }
40 inline bool TeamIdHasBeenSet() const { return m_teamIdHasBeenSet; }
41 template <typename TeamIdT = Aws::String>
42 void SetTeamId(TeamIdT&& value) {
43 m_teamIdHasBeenSet = true;
44 m_teamId = std::forward<TeamIdT>(value);
45 }
46 template <typename TeamIdT = Aws::String>
48 SetTeamId(std::forward<TeamIdT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetTeamName() const { return m_teamName; }
58 inline bool TeamNameHasBeenSet() const { return m_teamNameHasBeenSet; }
59 template <typename TeamNameT = Aws::String>
60 void SetTeamName(TeamNameT&& value) {
61 m_teamNameHasBeenSet = true;
62 m_teamName = std::forward<TeamNameT>(value);
63 }
64 template <typename TeamNameT = Aws::String>
66 SetTeamName(std::forward<TeamNameT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_teamId;
72
73 Aws::String m_teamName;
74 bool m_teamIdHasBeenSet = false;
75 bool m_teamNameHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace DevOpsAgent
80} // namespace Aws
AWS_DEVOPSAGENT_API RegisteredSlackServiceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
RegisteredSlackServiceDetails & WithTeamName(TeamNameT &&value)
RegisteredSlackServiceDetails & WithTeamId(TeamIdT &&value)
AWS_DEVOPSAGENT_API RegisteredSlackServiceDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API RegisteredSlackServiceDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue