@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) |
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.
type - The type of the identity provider configuration.public String getType()
The type of the identity provider configuration.
public IdentityProviderConfig withType(String type)
The type of the identity provider configuration.
type - The type of the identity provider configuration.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)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.