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>
43 template <
typename IssuerT = Aws::String>
45 m_issuerHasBeenSet =
true;
46 m_issuer = std::forward<IssuerT>(value);
48 template <
typename IssuerT = Aws::String>
61 template <
typename AuthorizationEndpo
intT = Aws::String>
63 m_authorizationEndpointHasBeenSet =
true;
64 m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value);
66 template <
typename AuthorizationEndpo
intT = Aws::String>
79 template <
typename TokenEndpo
intT = Aws::String>
81 m_tokenEndpointHasBeenSet =
true;
82 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
84 template <
typename TokenEndpo
intT = Aws::String>
97 template <
typename UserInfoEndpo
intT = Aws::String>
99 m_userInfoEndpointHasBeenSet =
true;
100 m_userInfoEndpoint = std::forward<UserInfoEndpointT>(value);
102 template <
typename UserInfoEndpo
intT = Aws::String>
115 template <
typename ClientIdT = Aws::String>
117 m_clientIdHasBeenSet =
true;
118 m_clientId = std::forward<ClientIdT>(value);
120 template <
typename ClientIdT = Aws::String>
133 template <
typename ClientSecretT = Aws::String>
135 m_clientSecretHasBeenSet =
true;
136 m_clientSecret = std::forward<ClientSecretT>(value);
138 template <
typename ClientSecretT = Aws::String>
151 template <
typename ScopeT = Aws::String>
153 m_scopeHasBeenSet =
true;
154 m_scope = std::forward<ScopeT>(value);
156 template <
typename ScopeT = Aws::String>
158 SetScope(std::forward<ScopeT>(value));
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_clientSecretHasBeenSet =
false;
182 bool m_scopeHasBeenSet =
false;
OidcOptions & WithClientId(ClientIdT &&value)
AWS_EC2_API OidcOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ClientSecretHasBeenSet() const
bool ClientIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
OidcOptions & WithUserInfoEndpoint(UserInfoEndpointT &&value)
bool AuthorizationEndpointHasBeenSet() const
void SetAuthorizationEndpoint(AuthorizationEndpointT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetScope() const
AWS_EC2_API OidcOptions()=default
OidcOptions & WithClientSecret(ClientSecretT &&value)
bool TokenEndpointHasBeenSet() const
void SetClientId(ClientIdT &&value)
bool UserInfoEndpointHasBeenSet() const
OidcOptions & WithTokenEndpoint(TokenEndpointT &&value)
OidcOptions & WithAuthorizationEndpoint(AuthorizationEndpointT &&value)
OidcOptions & WithIssuer(IssuerT &&value)
bool IssuerHasBeenSet() const
OidcOptions & WithScope(ScopeT &&value)
AWS_EC2_API OidcOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetClientSecret() const
void SetUserInfoEndpoint(UserInfoEndpointT &&value)
void SetClientSecret(ClientSecretT &&value)
const Aws::String & GetAuthorizationEndpoint() const
const Aws::String & GetIssuer() const
const Aws::String & GetTokenEndpoint() const
void SetTokenEndpoint(TokenEndpointT &&value)
void SetScope(ScopeT &&value)
void SetIssuer(IssuerT &&value)
const Aws::String & GetClientId() const
bool ScopeHasBeenSet() const
const Aws::String & GetUserInfoEndpoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream