@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFederationTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFederationTokenResult() |
Modifier and Type | Method and Description |
---|---|
GetFederationTokenResult |
clone() |
boolean |
equals(Object obj) |
Credentials |
getCredentials()
The credentials to use for federation.
|
String |
getSignInUrl()
The URL to sign into the user's instance.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user.
|
String |
getUserId()
The identifier for the user.
|
int |
hashCode() |
void |
setCredentials(Credentials credentials)
The credentials to use for federation.
|
void |
setSignInUrl(String signInUrl)
The URL to sign into the user's instance.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
void |
setUserId(String userId)
The identifier for the user.
|
String |
toString()
Returns a string representation of this object.
|
GetFederationTokenResult |
withCredentials(Credentials credentials)
The credentials to use for federation.
|
GetFederationTokenResult |
withSignInUrl(String signInUrl)
The URL to sign into the user's instance.
|
GetFederationTokenResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
GetFederationTokenResult |
withUserId(String userId)
The identifier for the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCredentials(Credentials credentials)
The credentials to use for federation.
credentials
- The credentials to use for federation.public Credentials getCredentials()
The credentials to use for federation.
public GetFederationTokenResult withCredentials(Credentials credentials)
The credentials to use for federation.
credentials
- The credentials to use for federation.public void setSignInUrl(String signInUrl)
The URL to sign into the user's instance.
signInUrl
- The URL to sign into the user's instance.public String getSignInUrl()
The URL to sign into the user's instance.
public GetFederationTokenResult withSignInUrl(String signInUrl)
The URL to sign into the user's instance.
signInUrl
- The URL to sign into the user's instance.public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn
- The Amazon Resource Name (ARN) of the user.public String getUserArn()
The Amazon Resource Name (ARN) of the user.
public GetFederationTokenResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn
- The Amazon Resource Name (ARN) of the user.public void setUserId(String userId)
The identifier for the user. This can be the ID or the ARN of the user.
userId
- The identifier for the user. This can be the ID or the ARN of the user.public String getUserId()
The identifier for the user. This can be the ID or the ARN of the user.
public GetFederationTokenResult withUserId(String userId)
The identifier for the user. This can be the ID or the ARN of the user.
userId
- The identifier for the user. This can be the ID or the ARN of the user.public String toString()
toString
in class Object
Object.toString()
public GetFederationTokenResult clone()