AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeGroupResult.h
1
6#pragma once
7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/identitystore/model/ExternalId.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IdentityStore
26{
27namespace Model
28{
30 {
31 public:
32 AWS_IDENTITYSTORE_API DescribeGroupResult() = default;
35
36
38
41 inline const Aws::String& GetGroupId() const { return m_groupId; }
42 template<typename GroupIdT = Aws::String>
43 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet = true; m_groupId = std::forward<GroupIdT>(value); }
44 template<typename GroupIdT = Aws::String>
45 DescribeGroupResult& WithGroupId(GroupIdT&& value) { SetGroupId(std::forward<GroupIdT>(value)); return *this;}
47
49
56 inline const Aws::String& GetDisplayName() const { return m_displayName; }
57 template<typename DisplayNameT = Aws::String>
58 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet = true; m_displayName = std::forward<DisplayNameT>(value); }
59 template<typename DisplayNameT = Aws::String>
60 DescribeGroupResult& WithDisplayName(DisplayNameT&& value) { SetDisplayName(std::forward<DisplayNameT>(value)); return *this;}
62
64
68 inline const Aws::Vector<ExternalId>& GetExternalIds() const { return m_externalIds; }
69 template<typename ExternalIdsT = Aws::Vector<ExternalId>>
70 void SetExternalIds(ExternalIdsT&& value) { m_externalIdsHasBeenSet = true; m_externalIds = std::forward<ExternalIdsT>(value); }
71 template<typename ExternalIdsT = Aws::Vector<ExternalId>>
72 DescribeGroupResult& WithExternalIds(ExternalIdsT&& value) { SetExternalIds(std::forward<ExternalIdsT>(value)); return *this;}
73 template<typename ExternalIdsT = ExternalId>
74 DescribeGroupResult& AddExternalIds(ExternalIdsT&& value) { m_externalIdsHasBeenSet = true; m_externalIds.emplace_back(std::forward<ExternalIdsT>(value)); return *this; }
76
78
81 inline const Aws::String& GetDescription() const { return m_description; }
82 template<typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
84 template<typename DescriptionT = Aws::String>
85 DescribeGroupResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
87
89
92 inline const Aws::String& GetIdentityStoreId() const { return m_identityStoreId; }
93 template<typename IdentityStoreIdT = Aws::String>
94 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet = true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
95 template<typename IdentityStoreIdT = Aws::String>
96 DescribeGroupResult& WithIdentityStoreId(IdentityStoreIdT&& value) { SetIdentityStoreId(std::forward<IdentityStoreIdT>(value)); return *this;}
98
100
101 inline const Aws::String& GetRequestId() const { return m_requestId; }
102 template<typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
104 template<typename RequestIdT = Aws::String>
105 DescribeGroupResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
107 private:
108
109 Aws::String m_groupId;
110 bool m_groupIdHasBeenSet = false;
111
112 Aws::String m_displayName;
113 bool m_displayNameHasBeenSet = false;
114
115 Aws::Vector<ExternalId> m_externalIds;
116 bool m_externalIdsHasBeenSet = false;
117
118 Aws::String m_description;
119 bool m_descriptionHasBeenSet = false;
120
121 Aws::String m_identityStoreId;
122 bool m_identityStoreIdHasBeenSet = false;
123
124 Aws::String m_requestId;
125 bool m_requestIdHasBeenSet = false;
126 };
127
128} // namespace Model
129} // namespace IdentityStore
130} // namespace Aws
DescribeGroupResult & WithDescription(DescriptionT &&value)
DescribeGroupResult & WithExternalIds(ExternalIdsT &&value)
DescribeGroupResult & WithGroupId(GroupIdT &&value)
AWS_IDENTITYSTORE_API DescribeGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGroupResult & AddExternalIds(ExternalIdsT &&value)
DescribeGroupResult & WithRequestId(RequestIdT &&value)
DescribeGroupResult & WithIdentityStoreId(IdentityStoreIdT &&value)
const Aws::Vector< ExternalId > & GetExternalIds() const
DescribeGroupResult & WithDisplayName(DisplayNameT &&value)
AWS_IDENTITYSTORE_API DescribeGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIdentityStoreId(IdentityStoreIdT &&value)
AWS_IDENTITYSTORE_API DescribeGroupResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue