@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedTokenIssuerUpdateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.
| Constructor and Description | 
|---|
TrustedTokenIssuerUpdateConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
TrustedTokenIssuerUpdateConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
OidcJwtUpdateConfiguration | 
getOidcJwtConfiguration()
 A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
 with JSON web tokens (JWT). 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
 A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
 with JSON web tokens (JWT). 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TrustedTokenIssuerUpdateConfiguration | 
withOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
 A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
 with JSON web tokens (JWT). 
 | 
public TrustedTokenIssuerUpdateConfiguration()
public void setOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
oidcJwtConfiguration - A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect
        (OIDC) with JSON web tokens (JWT).public OidcJwtUpdateConfiguration getOidcJwtConfiguration()
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
public TrustedTokenIssuerUpdateConfiguration withOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
oidcJwtConfiguration - A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect
        (OIDC) with JSON web tokens (JWT).public String toString()
toString in class ObjectObject.toString()public TrustedTokenIssuerUpdateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.