7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IdentityStore
47 template<
typename IssuerT = Aws::String>
48 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
49 template<
typename IssuerT = Aws::String>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
67 bool m_issuerHasBeenSet =
false;
70 bool m_idHasBeenSet =
false;
void SetIssuer(IssuerT &&value)
AWS_IDENTITYSTORE_API ExternalId & operator=(Aws::Utils::Json::JsonView jsonValue)
ExternalId & WithId(IdT &&value)
AWS_IDENTITYSTORE_API ExternalId(Aws::Utils::Json::JsonView jsonValue)
ExternalId & WithIssuer(IssuerT &&value)
const Aws::String & GetId() const
AWS_IDENTITYSTORE_API ExternalId()=default
bool IdHasBeenSet() const
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIssuer() const
bool IssuerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue