AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetGroupQueryResult.h
1
6#pragma once
7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/resource-groups/model/GroupQuery.h>
9#include <aws/core/utils/memory/stl/AWSString.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 ResourceGroups
25{
26namespace Model
27{
29 {
30 public:
31 AWS_RESOURCEGROUPS_API GetGroupQueryResult();
34
35
37
43 inline const GroupQuery& GetGroupQuery() const{ return m_groupQuery; }
44 inline void SetGroupQuery(const GroupQuery& value) { m_groupQuery = value; }
45 inline void SetGroupQuery(GroupQuery&& value) { m_groupQuery = std::move(value); }
46 inline GetGroupQueryResult& WithGroupQuery(const GroupQuery& value) { SetGroupQuery(value); return *this;}
47 inline GetGroupQueryResult& WithGroupQuery(GroupQuery&& value) { SetGroupQuery(std::move(value)); return *this;}
49
51
52 inline const Aws::String& GetRequestId() const{ return m_requestId; }
53 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
54 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
55 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
56 inline GetGroupQueryResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline GetGroupQueryResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline GetGroupQueryResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
62 GroupQuery m_groupQuery;
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace ResourceGroups
69} // namespace Aws
GetGroupQueryResult & WithGroupQuery(GroupQuery &&value)
AWS_RESOURCEGROUPS_API GetGroupQueryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGroupQueryResult & WithGroupQuery(const GroupQuery &value)
GetGroupQueryResult & WithRequestId(const Aws::String &value)
GetGroupQueryResult & WithRequestId(Aws::String &&value)
GetGroupQueryResult & WithRequestId(const char *value)
AWS_RESOURCEGROUPS_API GetGroupQueryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue