@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityProviderConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an identity provider configuration.
| Constructor and Description |
|---|
IdentityProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderConfig |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the identity provider configuration.
|
String |
getType()
The type of the identity provider configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the identity provider configuration.
|
void |
setType(String type)
The type of the identity provider configuration.
|
String |
toString()
Returns a string representation of this object.
|
IdentityProviderConfig |
withName(String name)
The name of the identity provider configuration.
|
IdentityProviderConfig |
withType(String type)
The type of the identity provider configuration.
|
public void setType(String type)
The type of the identity provider configuration. The only type available is oidc.
type - The type of the identity provider configuration. The only type available is oidc.public String getType()
The type of the identity provider configuration. The only type available is oidc.
oidc.public IdentityProviderConfig withType(String type)
The type of the identity provider configuration. The only type available is oidc.
type - The type of the identity provider configuration. The only type available is oidc.public void setName(String name)
The name of the identity provider configuration.
name - The name of the identity provider configuration.public String getName()
The name of the identity provider configuration.
public IdentityProviderConfig withName(String name)
The name of the identity provider configuration.
name - The name of the identity provider configuration.public String toString()
toString in class ObjectObject.toString()public IdentityProviderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.