7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/ActionType.h>
43 m_actionTypeHasBeenSet =
true;
59 template <
typename ResourcesT = Aws::Vector<Aws::String>>
61 m_resourcesHasBeenSet =
true;
62 m_resources = std::forward<ResourcesT>(value);
64 template <
typename ResourcesT = Aws::Vector<Aws::String>>
69 template <
typename ResourcesT = Aws::String>
71 m_resourcesHasBeenSet =
true;
72 m_resources.emplace_back(std::forward<ResourcesT>(value));
80 bool m_actionTypeHasBeenSet =
false;
81 bool m_resourcesHasBeenSet =
false;
bool ResourcesHasBeenSet() const
ActionType GetActionType() const
AuthInfo & AddResources(ResourcesT &&value)
AWS_IOT_API AuthInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetActionType(ActionType value)
void SetResources(ResourcesT &&value)
AuthInfo & WithResources(ResourcesT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ActionTypeHasBeenSet() const
AWS_IOT_API AuthInfo(Aws::Utils::Json::JsonView jsonValue)
AuthInfo & WithActionType(ActionType value)
AWS_IOT_API AuthInfo()=default
const Aws::Vector< Aws::String > & GetResources() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue