public class GetFederationTokenResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GetFederationTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Credentials |
getCredentials()
The credentials to use for federation.
|
java.lang.String |
getSignInUrl()
The URL to sign into the user's instance.
|
java.lang.String |
getUserArn()
The Amazon Resource Name (ARN) of the user.
|
java.lang.String |
getUserId()
The identifier for the user.
|
int |
hashCode() |
void |
setCredentials(Credentials credentials)
The credentials to use for federation.
|
void |
setSignInUrl(java.lang.String signInUrl)
The URL to sign into the user's instance.
|
void |
setUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user.
|
void |
setUserId(java.lang.String userId)
The identifier for the user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetFederationTokenResult |
withCredentials(Credentials credentials)
The credentials to use for federation.
|
GetFederationTokenResult |
withSignInUrl(java.lang.String signInUrl)
The URL to sign into the user's instance.
|
GetFederationTokenResult |
withUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user.
|
GetFederationTokenResult |
withUserId(java.lang.String userId)
The identifier for the user.
|
public Credentials getCredentials()
The credentials to use for federation.
The credentials to use for federation.
public void setCredentials(Credentials credentials)
The credentials to use for federation.
credentials - The credentials to use for federation.
public GetFederationTokenResult withCredentials(Credentials credentials)
The credentials to use for federation.
Returns a reference to this object so that method calls can be chained together.
credentials - The credentials to use for federation.
public java.lang.String getSignInUrl()
The URL to sign into the user's instance.
The URL to sign into the user's instance.
public void setSignInUrl(java.lang.String signInUrl)
The URL to sign into the user's instance.
signInUrl - The URL to sign into the user's instance.
public GetFederationTokenResult withSignInUrl(java.lang.String signInUrl)
The URL to sign into the user's instance.
Returns a reference to this object so that method calls can be chained together.
signInUrl - The URL to sign into the user's instance.
public java.lang.String getUserArn()
The Amazon Resource Name (ARN) of the user.
The Amazon Resource Name (ARN) of the user.
public void setUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user.
userArn - The Amazon Resource Name (ARN) of the user.
public GetFederationTokenResult withUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user.
Returns a reference to this object so that method calls can be chained together.
userArn - The Amazon Resource Name (ARN) of the user.
public java.lang.String getUserId()
The identifier for the user. This can be the ID or the ARN of the user.
Constraints:
Length: 1 - 256
The identifier for the user. This can be the ID or the ARN of the user.
public void setUserId(java.lang.String userId)
The identifier for the user. This can be the ID or the ARN of the user.
Constraints:
Length: 1 - 256
userId - The identifier for the user. This can be the ID or the ARN of the user.
public GetFederationTokenResult withUserId(java.lang.String userId)
The identifier for the user. This can be the ID or the ARN of the user.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
userId - The identifier for the user. This can be the ID or the ARN of the user.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object