@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityProviderDetails extends Object implements Serializable, Cloneable, StructuredPojo
Returns information related to the type of user authentication that is in use for a server's users. A server can only have one method of authentication.
| Constructor and Description |
|---|
IdentityProviderDetails() |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInvocationRole()
The
Role parameter provides the type of InvocationRole used to authenticate the user
account. |
String |
getUrl()
The
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInvocationRole(String invocationRole)
The
Role parameter provides the type of InvocationRole used to authenticate the user
account. |
void |
setUrl(String url)
The
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users. |
String |
toString()
Returns a string representation of this object.
|
IdentityProviderDetails |
withInvocationRole(String invocationRole)
The
Role parameter provides the type of InvocationRole used to authenticate the user
account. |
IdentityProviderDetails |
withUrl(String url)
The
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users. |
public void setUrl(String url)
The IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.
url - The IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.public String getUrl()
The IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.public IdentityProviderDetails withUrl(String url)
The IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.
url - The IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users.public void setInvocationRole(String invocationRole)
The Role parameter provides the type of InvocationRole used to authenticate the user
account.
invocationRole - The Role parameter provides the type of InvocationRole used to authenticate the
user account.public String getInvocationRole()
The Role parameter provides the type of InvocationRole used to authenticate the user
account.
Role parameter provides the type of InvocationRole used to authenticate the
user account.public IdentityProviderDetails withInvocationRole(String invocationRole)
The Role parameter provides the type of InvocationRole used to authenticate the user
account.
invocationRole - The Role parameter provides the type of InvocationRole used to authenticate the
user account.public String toString()
toString in class ObjectObject.toString()public IdentityProviderDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.