7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/AuthResult.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AuthResultsT = Aws::Vector<AuthResult>>
43 void SetAuthResults(AuthResultsT&& value) { m_authResultsHasBeenSet =
true; m_authResults = std::forward<AuthResultsT>(value); }
44 template<
typename AuthResultsT = Aws::Vector<AuthResult>>
46 template<
typename AuthResultsT = AuthResult>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_authResultsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
TestAuthorizationResult & WithAuthResults(AuthResultsT &&value)
AWS_IOT_API TestAuthorizationResult()=default
AWS_IOT_API TestAuthorizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthResults(AuthResultsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< AuthResult > & GetAuthResults() const
TestAuthorizationResult & WithRequestId(RequestIdT &&value)
TestAuthorizationResult & AddAuthResults(AuthResultsT &&value)
AWS_IOT_API TestAuthorizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue