7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
21namespace RolesAnywhere {
44 template <
typename SeenAtT = Aws::Utils::DateTime>
46 m_seenAtHasBeenSet =
true;
47 m_seenAt = std::forward<SeenAtT>(value);
49 template <
typename SeenAtT = Aws::Utils::DateTime>
62 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
64 m_propertiesHasBeenSet =
true;
65 m_properties = std::forward<PropertiesT>(value);
67 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
72 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
74 m_propertiesHasBeenSet =
true;
75 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
87 m_failedHasBeenSet =
true;
100 bool m_failed{
false};
101 bool m_seenAtHasBeenSet =
false;
102 bool m_propertiesHasBeenSet =
false;
103 bool m_failedHasBeenSet =
false;
InstanceProperty & WithFailed(bool value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
void SetFailed(bool value)
InstanceProperty & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
bool PropertiesHasBeenSet() const
AWS_ROLESANYWHERE_API InstanceProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProperties(PropertiesT &&value)
void SetSeenAt(SeenAtT &&value)
bool SeenAtHasBeenSet() const
InstanceProperty & WithProperties(PropertiesT &&value)
AWS_ROLESANYWHERE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetSeenAt() const
InstanceProperty & WithSeenAt(SeenAtT &&value)
AWS_ROLESANYWHERE_API InstanceProperty()=default
bool FailedHasBeenSet() const
AWS_ROLESANYWHERE_API InstanceProperty(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue