AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
36
37
39
43 inline const Aws::String& GetNextToken() const { return m_nextToken; }
44 template<typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<typename NextTokenT = Aws::String>
47 ListUserProficienciesResult& WithNextToken(NextTokenT&& value) { SetNextToken(std::forward<NextTokenT>(value)); return *this;}
49
51
54 inline const Aws::Vector<UserProficiency>& GetUserProficiencyList() const { return m_userProficiencyList; }
55 template<typename UserProficiencyListT = Aws::Vector<UserProficiency>>
56 void SetUserProficiencyList(UserProficiencyListT&& value) { m_userProficiencyListHasBeenSet = true; m_userProficiencyList = std::forward<UserProficiencyListT>(value); }
57 template<typename UserProficiencyListT = Aws::Vector<UserProficiency>>
58 ListUserProficienciesResult& WithUserProficiencyList(UserProficiencyListT&& value) { SetUserProficiencyList(std::forward<UserProficiencyListT>(value)); return *this;}
59 template<typename UserProficiencyListT = UserProficiency>
60 ListUserProficienciesResult& AddUserProficiencyList(UserProficiencyListT&& value) { m_userProficiencyListHasBeenSet = true; m_userProficiencyList.emplace_back(std::forward<UserProficiencyListT>(value)); return *this; }
62
64
67 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
68 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
69 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
70 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
71 ListUserProficienciesResult& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
73
75
78 inline const Aws::String& GetLastModifiedRegion() const { return m_lastModifiedRegion; }
79 template<typename LastModifiedRegionT = Aws::String>
80 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet = true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
81 template<typename LastModifiedRegionT = Aws::String>
82 ListUserProficienciesResult& WithLastModifiedRegion(LastModifiedRegionT&& value) { SetLastModifiedRegion(std::forward<LastModifiedRegionT>(value)); return *this;}
84
86
87 inline const Aws::String& GetRequestId() const { return m_requestId; }
88 template<typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
90 template<typename RequestIdT = Aws::String>
91 ListUserProficienciesResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
93 private:
94
95 Aws::String m_nextToken;
96 bool m_nextTokenHasBeenSet = false;
97
98 Aws::Vector<UserProficiency> m_userProficiencyList;
99 bool m_userProficiencyListHasBeenSet = false;
100
101 Aws::Utils::DateTime m_lastModifiedTime{};
102 bool m_lastModifiedTimeHasBeenSet = false;
103
104 Aws::String m_lastModifiedRegion;
105 bool m_lastModifiedRegionHasBeenSet = false;
106
107 Aws::String m_requestId;
108 bool m_requestIdHasBeenSet = false;
109 };
110
111} // namespace Model
112} // namespace Connect
113} // namespace Aws
ListUserProficienciesResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< UserProficiency > & GetUserProficiencyList() const
ListUserProficienciesResult & AddUserProficiencyList(UserProficiencyListT &&value)
AWS_CONNECT_API ListUserProficienciesResult()=default
ListUserProficienciesResult & WithUserProficiencyList(UserProficiencyListT &&value)
AWS_CONNECT_API ListUserProficienciesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListUserProficienciesResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_CONNECT_API ListUserProficienciesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListUserProficienciesResult & WithLastModifiedRegion(LastModifiedRegionT &&value)
ListUserProficienciesResult & WithRequestId(RequestIdT &&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