7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename PublicSigningKeyEndpo
intT = Aws::String>
44 m_publicSigningKeyEndpointHasBeenSet =
true;
45 m_publicSigningKeyEndpoint = std::forward<PublicSigningKeyEndpointT>(value);
47 template <
typename PublicSigningKeyEndpo
intT = Aws::String>
60 template <
typename IssuerT = Aws::String>
62 m_issuerHasBeenSet =
true;
63 m_issuer = std::forward<IssuerT>(value);
65 template <
typename IssuerT = Aws::String>
78 template <
typename AuthorizationEndpo
intT = Aws::String>
80 m_authorizationEndpointHasBeenSet =
true;
81 m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value);
83 template <
typename AuthorizationEndpo
intT = Aws::String>
96 template <
typename TokenEndpo
intT = Aws::String>
98 m_tokenEndpointHasBeenSet =
true;
99 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
101 template <
typename TokenEndpo
intT = Aws::String>
114 template <
typename UserInfoEndpo
intT = Aws::String>
116 m_userInfoEndpointHasBeenSet =
true;
117 m_userInfoEndpoint = std::forward<UserInfoEndpointT>(value);
119 template <
typename UserInfoEndpo
intT = Aws::String>
132 template <
typename ClientIdT = Aws::String>
134 m_clientIdHasBeenSet =
true;
135 m_clientId = std::forward<ClientIdT>(value);
137 template <
typename ClientIdT = Aws::String>
150 template <
typename ScopeT = Aws::String>
152 m_scopeHasBeenSet =
true;
153 m_scope = std::forward<ScopeT>(value);
155 template <
typename ScopeT = Aws::String>
157 SetScope(std::forward<ScopeT>(value));
175 bool m_publicSigningKeyEndpointHasBeenSet =
false;
176 bool m_issuerHasBeenSet =
false;
177 bool m_authorizationEndpointHasBeenSet =
false;
178 bool m_tokenEndpointHasBeenSet =
false;
179 bool m_userInfoEndpointHasBeenSet =
false;
180 bool m_clientIdHasBeenSet =
false;
181 bool m_scopeHasBeenSet =
false;
NativeApplicationOidcOptions & WithUserInfoEndpoint(UserInfoEndpointT &&value)
const Aws::String & GetUserInfoEndpoint() const
bool TokenEndpointHasBeenSet() const
AWS_EC2_API NativeApplicationOidcOptions()=default
bool PublicSigningKeyEndpointHasBeenSet() const
void SetUserInfoEndpoint(UserInfoEndpointT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool IssuerHasBeenSet() const
const Aws::String & GetScope() const
bool ClientIdHasBeenSet() const
void SetPublicSigningKeyEndpoint(PublicSigningKeyEndpointT &&value)
void SetTokenEndpoint(TokenEndpointT &&value)
bool AuthorizationEndpointHasBeenSet() const
NativeApplicationOidcOptions & WithIssuer(IssuerT &&value)
NativeApplicationOidcOptions & WithClientId(ClientIdT &&value)
void SetIssuer(IssuerT &&value)
AWS_EC2_API NativeApplicationOidcOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetTokenEndpoint() const
NativeApplicationOidcOptions & WithPublicSigningKeyEndpoint(PublicSigningKeyEndpointT &&value)
void SetScope(ScopeT &&value)
bool UserInfoEndpointHasBeenSet() const
const Aws::String & GetClientId() const
NativeApplicationOidcOptions & WithTokenEndpoint(TokenEndpointT &&value)
const Aws::String & GetIssuer() const
void SetAuthorizationEndpoint(AuthorizationEndpointT &&value)
NativeApplicationOidcOptions & WithScope(ScopeT &&value)
void SetClientId(ClientIdT &&value)
AWS_EC2_API NativeApplicationOidcOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ScopeHasBeenSet() const
const Aws::String & GetPublicSigningKeyEndpoint() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
NativeApplicationOidcOptions & WithAuthorizationEndpoint(AuthorizationEndpointT &&value)
const Aws::String & GetAuthorizationEndpoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream