AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
35
36
38
41 inline const Aws::String& GetGroupId() const{ return m_groupId; }
42 inline void SetGroupId(const Aws::String& value) { m_groupId = value; }
43 inline void SetGroupId(Aws::String&& value) { m_groupId = std::move(value); }
44 inline void SetGroupId(const char* value) { m_groupId.assign(value); }
45 inline DescribeGroupResult& WithGroupId(const Aws::String& value) { SetGroupId(value); return *this;}
46 inline DescribeGroupResult& WithGroupId(Aws::String&& value) { SetGroupId(std::move(value)); return *this;}
47 inline DescribeGroupResult& WithGroupId(const char* value) { SetGroupId(value); return *this;}
49
51
58 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
59 inline void SetDisplayName(const Aws::String& value) { m_displayName = value; }
60 inline void SetDisplayName(Aws::String&& value) { m_displayName = std::move(value); }
61 inline void SetDisplayName(const char* value) { m_displayName.assign(value); }
62 inline DescribeGroupResult& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
63 inline DescribeGroupResult& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
64 inline DescribeGroupResult& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
66
68
72 inline const Aws::Vector<ExternalId>& GetExternalIds() const{ return m_externalIds; }
73 inline void SetExternalIds(const Aws::Vector<ExternalId>& value) { m_externalIds = value; }
74 inline void SetExternalIds(Aws::Vector<ExternalId>&& value) { m_externalIds = std::move(value); }
75 inline DescribeGroupResult& WithExternalIds(const Aws::Vector<ExternalId>& value) { SetExternalIds(value); return *this;}
76 inline DescribeGroupResult& WithExternalIds(Aws::Vector<ExternalId>&& value) { SetExternalIds(std::move(value)); return *this;}
77 inline DescribeGroupResult& AddExternalIds(const ExternalId& value) { m_externalIds.push_back(value); return *this; }
78 inline DescribeGroupResult& AddExternalIds(ExternalId&& value) { m_externalIds.push_back(std::move(value)); return *this; }
80
82
85 inline const Aws::String& GetDescription() const{ return m_description; }
86 inline void SetDescription(const Aws::String& value) { m_description = value; }
87 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
88 inline void SetDescription(const char* value) { m_description.assign(value); }
89 inline DescribeGroupResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
90 inline DescribeGroupResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
91 inline DescribeGroupResult& WithDescription(const char* value) { SetDescription(value); return *this;}
93
95
98 inline const Aws::String& GetIdentityStoreId() const{ return m_identityStoreId; }
99 inline void SetIdentityStoreId(const Aws::String& value) { m_identityStoreId = value; }
100 inline void SetIdentityStoreId(Aws::String&& value) { m_identityStoreId = std::move(value); }
101 inline void SetIdentityStoreId(const char* value) { m_identityStoreId.assign(value); }
102 inline DescribeGroupResult& WithIdentityStoreId(const Aws::String& value) { SetIdentityStoreId(value); return *this;}
103 inline DescribeGroupResult& WithIdentityStoreId(Aws::String&& value) { SetIdentityStoreId(std::move(value)); return *this;}
104 inline DescribeGroupResult& WithIdentityStoreId(const char* value) { SetIdentityStoreId(value); return *this;}
106
108
109 inline const Aws::String& GetRequestId() const{ return m_requestId; }
110 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
111 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
112 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
113 inline DescribeGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
114 inline DescribeGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
115 inline DescribeGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
117 private:
118
119 Aws::String m_groupId;
120
121 Aws::String m_displayName;
122
123 Aws::Vector<ExternalId> m_externalIds;
124
125 Aws::String m_description;
126
127 Aws::String m_identityStoreId;
128
129 Aws::String m_requestId;
130 };
131
132} // namespace Model
133} // namespace IdentityStore
134} // namespace Aws
DescribeGroupResult & WithRequestId(const Aws::String &value)
DescribeGroupResult & WithIdentityStoreId(Aws::String &&value)
DescribeGroupResult & AddExternalIds(ExternalId &&value)
DescribeGroupResult & WithGroupId(const char *value)
DescribeGroupResult & WithDisplayName(const char *value)
AWS_IDENTITYSTORE_API DescribeGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExternalIds(Aws::Vector< ExternalId > &&value)
DescribeGroupResult & WithDescription(const Aws::String &value)
DescribeGroupResult & WithRequestId(const char *value)
DescribeGroupResult & WithDescription(const char *value)
DescribeGroupResult & WithIdentityStoreId(const char *value)
DescribeGroupResult & WithGroupId(Aws::String &&value)
const Aws::Vector< ExternalId > & GetExternalIds() const
DescribeGroupResult & WithGroupId(const Aws::String &value)
DescribeGroupResult & WithDisplayName(Aws::String &&value)
DescribeGroupResult & WithExternalIds(const Aws::Vector< ExternalId > &value)
DescribeGroupResult & WithDescription(Aws::String &&value)
DescribeGroupResult & WithIdentityStoreId(const Aws::String &value)
DescribeGroupResult & AddExternalIds(const ExternalId &value)
void SetIdentityStoreId(const Aws::String &value)
DescribeGroupResult & WithRequestId(Aws::String &&value)
AWS_IDENTITYSTORE_API DescribeGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGroupResult & WithExternalIds(Aws::Vector< ExternalId > &&value)
DescribeGroupResult & WithDisplayName(const Aws::String &value)
void SetExternalIds(const Aws::Vector< ExternalId > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue