AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetGroupProfileResult.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GroupProfileStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace DataZone
25{
26namespace Model
27{
29 {
30 public:
31 AWS_DATAZONE_API GetGroupProfileResult();
34
35
37
41 inline const Aws::String& GetDomainId() const{ return m_domainId; }
42 inline void SetDomainId(const Aws::String& value) { m_domainId = value; }
43 inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); }
44 inline void SetDomainId(const char* value) { m_domainId.assign(value); }
45 inline GetGroupProfileResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;}
46 inline GetGroupProfileResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;}
47 inline GetGroupProfileResult& WithDomainId(const char* value) { SetDomainId(value); return *this;}
49
51
54 inline const Aws::String& GetGroupName() const{ return m_groupName; }
55 inline void SetGroupName(const Aws::String& value) { m_groupName = value; }
56 inline void SetGroupName(Aws::String&& value) { m_groupName = std::move(value); }
57 inline void SetGroupName(const char* value) { m_groupName.assign(value); }
58 inline GetGroupProfileResult& WithGroupName(const Aws::String& value) { SetGroupName(value); return *this;}
59 inline GetGroupProfileResult& WithGroupName(Aws::String&& value) { SetGroupName(std::move(value)); return *this;}
60 inline GetGroupProfileResult& WithGroupName(const char* value) { SetGroupName(value); return *this;}
62
64
67 inline const Aws::String& GetId() const{ return m_id; }
68 inline void SetId(const Aws::String& value) { m_id = value; }
69 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
70 inline void SetId(const char* value) { m_id.assign(value); }
71 inline GetGroupProfileResult& WithId(const Aws::String& value) { SetId(value); return *this;}
72 inline GetGroupProfileResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
73 inline GetGroupProfileResult& WithId(const char* value) { SetId(value); return *this;}
75
77
80 inline const GroupProfileStatus& GetStatus() const{ return m_status; }
81 inline void SetStatus(const GroupProfileStatus& value) { m_status = value; }
82 inline void SetStatus(GroupProfileStatus&& value) { m_status = std::move(value); }
83 inline GetGroupProfileResult& WithStatus(const GroupProfileStatus& value) { SetStatus(value); return *this;}
84 inline GetGroupProfileResult& WithStatus(GroupProfileStatus&& value) { SetStatus(std::move(value)); return *this;}
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline GetGroupProfileResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline GetGroupProfileResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline GetGroupProfileResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_domainId;
100
101 Aws::String m_groupName;
102
103 Aws::String m_id;
104
105 GroupProfileStatus m_status;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace DataZone
112} // namespace Aws
GetGroupProfileResult & WithId(Aws::String &&value)
GetGroupProfileResult & WithStatus(const GroupProfileStatus &value)
const GroupProfileStatus & GetStatus() const
GetGroupProfileResult & WithDomainId(Aws::String &&value)
GetGroupProfileResult & WithStatus(GroupProfileStatus &&value)
GetGroupProfileResult & WithRequestId(const Aws::String &value)
GetGroupProfileResult & WithGroupName(Aws::String &&value)
GetGroupProfileResult & WithId(const char *value)
GetGroupProfileResult & WithId(const Aws::String &value)
GetGroupProfileResult & WithGroupName(const Aws::String &value)
GetGroupProfileResult & WithDomainId(const Aws::String &value)
AWS_DATAZONE_API GetGroupProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(const GroupProfileStatus &value)
GetGroupProfileResult & WithRequestId(const char *value)
GetGroupProfileResult & WithDomainId(const char *value)
AWS_DATAZONE_API GetGroupProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGroupProfileResult & WithRequestId(Aws::String &&value)
GetGroupProfileResult & WithGroupName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue