@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 have only one method of authentication.
Constructor and Description |
---|
IdentityProviderDetails() |
Modifier and Type | Method and Description |
---|---|
IdentityProviderDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInvocationRole()
The
InvocationRole parameter provides the type of InvocationRole used to authenticate
the user account. |
String |
getUrl()
The
Url parameter provides contains the location of the service endpoint used to authenticate users. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInvocationRole(String invocationRole)
The
InvocationRole parameter provides the type of InvocationRole used to authenticate
the user account. |
void |
setUrl(String url)
The
Url parameter provides 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
InvocationRole parameter provides the type of InvocationRole used to authenticate
the user account. |
IdentityProviderDetails |
withUrl(String url)
The
Url parameter provides contains the location of the service endpoint used to authenticate users. |
public void setUrl(String url)
The Url
parameter provides contains the location of the service endpoint used to authenticate users.
url
- The Url
parameter provides contains the location of the service endpoint used to authenticate
users.public String getUrl()
The Url
parameter provides contains the location of the service endpoint used to authenticate users.
Url
parameter provides contains the location of the service endpoint used to
authenticate users.public IdentityProviderDetails withUrl(String url)
The Url
parameter provides contains the location of the service endpoint used to authenticate users.
url
- The Url
parameter provides contains the location of the service endpoint used to authenticate
users.public void setInvocationRole(String invocationRole)
The InvocationRole
parameter provides the type of InvocationRole
used to authenticate
the user account.
invocationRole
- The InvocationRole
parameter provides the type of InvocationRole
used to
authenticate the user account.public String getInvocationRole()
The InvocationRole
parameter provides the type of InvocationRole
used to authenticate
the user account.
InvocationRole
parameter provides the type of InvocationRole
used to
authenticate the user account.public IdentityProviderDetails withInvocationRole(String invocationRole)
The InvocationRole
parameter provides the type of InvocationRole
used to authenticate
the user account.
invocationRole
- The InvocationRole
parameter provides the type of InvocationRole
used to
authenticate the user account.public String toString()
toString
in class Object
Object.toString()
public IdentityProviderDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.