AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListProfileSharesResult.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/ProfileShareSummary.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 WellArchitected
26{
27namespace Model
28{
30 {
31 public:
32 AWS_WELLARCHITECTED_API ListProfileSharesResult();
35
36
38
41 inline const Aws::Vector<ProfileShareSummary>& GetProfileShareSummaries() const{ return m_profileShareSummaries; }
42 inline void SetProfileShareSummaries(const Aws::Vector<ProfileShareSummary>& value) { m_profileShareSummaries = value; }
43 inline void SetProfileShareSummaries(Aws::Vector<ProfileShareSummary>&& value) { m_profileShareSummaries = std::move(value); }
46 inline ListProfileSharesResult& AddProfileShareSummaries(const ProfileShareSummary& value) { m_profileShareSummaries.push_back(value); return *this; }
47 inline ListProfileSharesResult& AddProfileShareSummaries(ProfileShareSummary&& value) { m_profileShareSummaries.push_back(std::move(value)); return *this; }
49
51
52 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
53 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
54 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
55 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
56 inline ListProfileSharesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
57 inline ListProfileSharesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
58 inline ListProfileSharesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline ListProfileSharesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline ListProfileSharesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline ListProfileSharesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::Vector<ProfileShareSummary> m_profileShareSummaries;
74
75 Aws::String m_nextToken;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace WellArchitected
82} // namespace Aws
ListProfileSharesResult & WithProfileShareSummaries(const Aws::Vector< ProfileShareSummary > &value)
ListProfileSharesResult & AddProfileShareSummaries(const ProfileShareSummary &value)
void SetProfileShareSummaries(const Aws::Vector< ProfileShareSummary > &value)
void SetProfileShareSummaries(Aws::Vector< ProfileShareSummary > &&value)
ListProfileSharesResult & AddProfileShareSummaries(ProfileShareSummary &&value)
const Aws::Vector< ProfileShareSummary > & GetProfileShareSummaries() const
ListProfileSharesResult & WithNextToken(const char *value)
AWS_WELLARCHITECTED_API ListProfileSharesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WELLARCHITECTED_API ListProfileSharesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfileSharesResult & WithRequestId(Aws::String &&value)
ListProfileSharesResult & WithNextToken(const Aws::String &value)
ListProfileSharesResult & WithRequestId(const Aws::String &value)
ListProfileSharesResult & WithRequestId(const char *value)
ListProfileSharesResult & WithNextToken(Aws::String &&value)
ListProfileSharesResult & WithProfileShareSummaries(Aws::Vector< ProfileShareSummary > &&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