AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListUserProficienciesResult.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/connect/model/UserProficiency.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace Connect
27{
28namespace Model
29{
31 {
32 public:
33 AWS_CONNECT_API ListUserProficienciesResult();
36
37
39
43 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
44 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
45 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
46 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
47 inline ListUserProficienciesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
48 inline ListUserProficienciesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
49 inline ListUserProficienciesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
51
53
56 inline const Aws::Vector<UserProficiency>& GetUserProficiencyList() const{ return m_userProficiencyList; }
57 inline void SetUserProficiencyList(const Aws::Vector<UserProficiency>& value) { m_userProficiencyList = value; }
58 inline void SetUserProficiencyList(Aws::Vector<UserProficiency>&& value) { m_userProficiencyList = std::move(value); }
61 inline ListUserProficienciesResult& AddUserProficiencyList(const UserProficiency& value) { m_userProficiencyList.push_back(value); return *this; }
62 inline ListUserProficienciesResult& AddUserProficiencyList(UserProficiency&& value) { m_userProficiencyList.push_back(std::move(value)); return *this; }
64
66
69 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
70 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
71 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
75
77
80 inline const Aws::String& GetLastModifiedRegion() const{ return m_lastModifiedRegion; }
81 inline void SetLastModifiedRegion(const Aws::String& value) { m_lastModifiedRegion = value; }
82 inline void SetLastModifiedRegion(Aws::String&& value) { m_lastModifiedRegion = std::move(value); }
83 inline void SetLastModifiedRegion(const char* value) { m_lastModifiedRegion.assign(value); }
85 inline ListUserProficienciesResult& WithLastModifiedRegion(Aws::String&& value) { SetLastModifiedRegion(std::move(value)); return *this;}
86 inline ListUserProficienciesResult& WithLastModifiedRegion(const char* value) { SetLastModifiedRegion(value); return *this;}
88
90
91 inline const Aws::String& GetRequestId() const{ return m_requestId; }
92 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
93 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
94 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
95 inline ListUserProficienciesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
96 inline ListUserProficienciesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
97 inline ListUserProficienciesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
99 private:
100
101 Aws::String m_nextToken;
102
103 Aws::Vector<UserProficiency> m_userProficiencyList;
104
105 Aws::Utils::DateTime m_lastModifiedTime;
106
107 Aws::String m_lastModifiedRegion;
108
109 Aws::String m_requestId;
110 };
111
112} // namespace Model
113} // namespace Connect
114} // namespace Aws
const Aws::Vector< UserProficiency > & GetUserProficiencyList() const
ListUserProficienciesResult & WithUserProficiencyList(Aws::Vector< UserProficiency > &&value)
ListUserProficienciesResult & WithUserProficiencyList(const Aws::Vector< UserProficiency > &value)
ListUserProficienciesResult & WithNextToken(const char *value)
ListUserProficienciesResult & WithNextToken(const Aws::String &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
ListUserProficienciesResult & WithRequestId(Aws::String &&value)
ListUserProficienciesResult & WithNextToken(Aws::String &&value)
void SetUserProficiencyList(const Aws::Vector< UserProficiency > &value)
AWS_CONNECT_API ListUserProficienciesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListUserProficienciesResult & WithRequestId(const char *value)
void SetUserProficiencyList(Aws::Vector< UserProficiency > &&value)
ListUserProficienciesResult & WithLastModifiedRegion(const Aws::String &value)
ListUserProficienciesResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
ListUserProficienciesResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
ListUserProficienciesResult & WithLastModifiedRegion(const char *value)
ListUserProficienciesResult & AddUserProficiencyList(const UserProficiency &value)
AWS_CONNECT_API ListUserProficienciesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListUserProficienciesResult & WithRequestId(const Aws::String &value)
ListUserProficienciesResult & AddUserProficiencyList(UserProficiency &&value)
ListUserProficienciesResult & WithLastModifiedRegion(Aws::String &&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