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>
49 template<
typename IssuerT = Aws::String>
50 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
51 template<
typename IssuerT = Aws::String>
61 template<
typename AuthorizationEndpo
intT = Aws::String>
62 void SetAuthorizationEndpoint(AuthorizationEndpointT&& value) { m_authorizationEndpointHasBeenSet =
true; m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value); }
63 template<
typename AuthorizationEndpo
intT = Aws::String>
73 template<
typename TokenEndpo
intT = Aws::String>
74 void SetTokenEndpoint(TokenEndpointT&& value) { m_tokenEndpointHasBeenSet =
true; m_tokenEndpoint = std::forward<TokenEndpointT>(value); }
75 template<
typename TokenEndpo
intT = Aws::String>
85 template<
typename UserInfoEndpo
intT = Aws::String>
86 void SetUserInfoEndpoint(UserInfoEndpointT&& value) { m_userInfoEndpointHasBeenSet =
true; m_userInfoEndpoint = std::forward<UserInfoEndpointT>(value); }
87 template<
typename UserInfoEndpo
intT = Aws::String>
97 template<
typename ClientIdT = Aws::String>
98 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
99 template<
typename ClientIdT = Aws::String>
109 template<
typename ClientSecretT = Aws::String>
110 void SetClientSecret(ClientSecretT&& value) { m_clientSecretHasBeenSet =
true; m_clientSecret = std::forward<ClientSecretT>(value); }
111 template<
typename ClientSecretT = Aws::String>
121 template<
typename ScopeT = Aws::String>
122 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
123 template<
typename ScopeT = Aws::String>
129 bool m_issuerHasBeenSet =
false;
132 bool m_authorizationEndpointHasBeenSet =
false;
135 bool m_tokenEndpointHasBeenSet =
false;
138 bool m_userInfoEndpointHasBeenSet =
false;
141 bool m_clientIdHasBeenSet =
false;
144 bool m_clientSecretHasBeenSet =
false;
147 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