7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/SsoIdentityType.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
63 m_typeHasBeenSet =
true;
75 bool m_idHasBeenSet =
false;
76 bool m_typeHasBeenSet =
false;
AWS_EKS_API SsoIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API SsoIdentity()=default
bool IdHasBeenSet() const
AWS_EKS_API SsoIdentity(Aws::Utils::Json::JsonView jsonValue)
SsoIdentityType GetType() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
SsoIdentity & WithId(IdT &&value)
void SetType(SsoIdentityType value)
SsoIdentity & WithType(SsoIdentityType value)
bool TypeHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue