7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ram/RAM_EXPORTS.h>
10#include <aws/ram/model/Principal.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PrincipalsT = Aws::Vector<Principal>>
38 m_principalsHasBeenSet =
true;
39 m_principals = std::forward<PrincipalsT>(value);
41 template <
typename PrincipalsT = Aws::Vector<Principal>>
46 template <
typename PrincipalsT = Principal>
48 m_principalsHasBeenSet =
true;
49 m_principals.emplace_back(std::forward<PrincipalsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_principalsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
ListPrincipalsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
ListPrincipalsResult & WithRequestId(RequestIdT &&value)
AWS_RAM_API ListPrincipalsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPrincipals(PrincipalsT &&value)
AWS_RAM_API ListPrincipalsResult()=default
ListPrincipalsResult & WithPrincipals(PrincipalsT &&value)
const Aws::String & GetNextToken() const
ListPrincipalsResult & AddPrincipals(PrincipalsT &&value)
const Aws::Vector< Principal > & GetPrincipals() const
AWS_RAM_API ListPrincipalsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue