7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename PublicSigningKeyEndpo
intT = Aws::String>
49 void SetPublicSigningKeyEndpoint(PublicSigningKeyEndpointT&& value) { m_publicSigningKeyEndpointHasBeenSet =
true; m_publicSigningKeyEndpoint = std::forward<PublicSigningKeyEndpointT>(value); }
50 template<
typename PublicSigningKeyEndpo
intT = Aws::String>
60 template<
typename IssuerT = Aws::String>
61 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
62 template<
typename IssuerT = Aws::String>
72 template<
typename AuthorizationEndpo
intT = Aws::String>
73 void SetAuthorizationEndpoint(AuthorizationEndpointT&& value) { m_authorizationEndpointHasBeenSet =
true; m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value); }
74 template<
typename AuthorizationEndpo
intT = Aws::String>
84 template<
typename TokenEndpo
intT = Aws::String>
85 void SetTokenEndpoint(TokenEndpointT&& value) { m_tokenEndpointHasBeenSet =
true; m_tokenEndpoint = std::forward<TokenEndpointT>(value); }
86 template<
typename TokenEndpo
intT = Aws::String>
96 template<
typename UserInfoEndpo
intT = Aws::String>
97 void SetUserInfoEndpoint(UserInfoEndpointT&& value) { m_userInfoEndpointHasBeenSet =
true; m_userInfoEndpoint = std::forward<UserInfoEndpointT>(value); }
98 template<
typename UserInfoEndpo
intT = Aws::String>
108 template<
typename ClientIdT = Aws::String>
109 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
110 template<
typename ClientIdT = Aws::String>
120 template<
typename ScopeT = Aws::String>
121 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
122 template<
typename ScopeT = Aws::String>
128 bool m_publicSigningKeyEndpointHasBeenSet =
false;
131 bool m_issuerHasBeenSet =
false;
134 bool m_authorizationEndpointHasBeenSet =
false;
137 bool m_tokenEndpointHasBeenSet =
false;
140 bool m_userInfoEndpointHasBeenSet =
false;
143 bool m_clientIdHasBeenSet =
false;
146 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