7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/AuthInfo.h>
9#include <aws/iot/model/Allowed.h>
10#include <aws/iot/model/Denied.h>
11#include <aws/iot/model/AuthDecision.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAuthInfo(
AuthInfo&& value) { m_authInfoHasBeenSet =
true; m_authInfo = std::move(value); }
63 inline void SetAllowed(
const Allowed& value) { m_allowedHasBeenSet =
true; m_allowed = value; }
64 inline void SetAllowed(
Allowed&& value) { m_allowedHasBeenSet =
true; m_allowed = std::move(value); }
75 inline void SetDenied(
const Denied& value) { m_deniedHasBeenSet =
true; m_denied = value; }
76 inline void SetDenied(
Denied&& value) { m_deniedHasBeenSet =
true; m_denied = std::move(value); }
112 bool m_authInfoHasBeenSet =
false;
115 bool m_allowedHasBeenSet =
false;
118 bool m_deniedHasBeenSet =
false;
121 bool m_authDecisionHasBeenSet =
false;
124 bool m_missingContextValuesHasBeenSet =
false;
void SetMissingContextValues(const Aws::Vector< Aws::String > &value)
void SetMissingContextValues(Aws::Vector< Aws::String > &&value)
AuthResult & WithDenied(const Denied &value)
AuthResult & WithAuthInfo(const AuthInfo &value)
const Aws::Vector< Aws::String > & GetMissingContextValues() const
bool AuthDecisionHasBeenSet() const
AuthResult & AddMissingContextValues(const Aws::String &value)
void SetDenied(Denied &&value)
AuthResult & WithAuthDecision(const AuthDecision &value)
AuthResult & WithDenied(Denied &&value)
bool AllowedHasBeenSet() const
bool AuthInfoHasBeenSet() const
AuthResult & WithAllowed(Allowed &&value)
void SetAuthDecision(AuthDecision &&value)
bool MissingContextValuesHasBeenSet() const
const AuthDecision & GetAuthDecision() const
void SetAuthDecision(const AuthDecision &value)
AWS_IOT_API AuthResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDenied(const Denied &value)
AWS_IOT_API AuthResult(Aws::Utils::Json::JsonView jsonValue)
AuthResult & WithAuthInfo(AuthInfo &&value)
AuthResult & AddMissingContextValues(Aws::String &&value)
bool DeniedHasBeenSet() const
const AuthInfo & GetAuthInfo() const
AuthResult & AddMissingContextValues(const char *value)
AuthResult & WithMissingContextValues(const Aws::Vector< Aws::String > &value)
void SetAllowed(const Allowed &value)
AuthResult & WithAllowed(const Allowed &value)
void SetAuthInfo(AuthInfo &&value)
const Denied & GetDenied() const
AuthResult & WithAuthDecision(AuthDecision &&value)
const Allowed & GetAllowed() const
void SetAuthInfo(const AuthInfo &value)
void SetAllowed(Allowed &&value)
AuthResult & WithMissingContextValues(Aws::Vector< Aws::String > &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() 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