@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIamPortalLoginUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIamPortalLoginUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetIamPortalLoginUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthCodeUrl()
The data portal URL of the specified Amazon DataZone domain.
|
String |
getUserProfileId()
The ID of the user profile.
|
int |
hashCode() |
void |
setAuthCodeUrl(String authCodeUrl)
The data portal URL of the specified Amazon DataZone domain.
|
void |
setUserProfileId(String userProfileId)
The ID of the user profile.
|
String |
toString()
Returns a string representation of this object.
|
GetIamPortalLoginUrlResult |
withAuthCodeUrl(String authCodeUrl)
The data portal URL of the specified Amazon DataZone domain.
|
GetIamPortalLoginUrlResult |
withUserProfileId(String userProfileId)
The ID of the user profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthCodeUrl(String authCodeUrl)
The data portal URL of the specified Amazon DataZone domain.
authCodeUrl
- The data portal URL of the specified Amazon DataZone domain.public String getAuthCodeUrl()
The data portal URL of the specified Amazon DataZone domain.
public GetIamPortalLoginUrlResult withAuthCodeUrl(String authCodeUrl)
The data portal URL of the specified Amazon DataZone domain.
authCodeUrl
- The data portal URL of the specified Amazon DataZone domain.public void setUserProfileId(String userProfileId)
The ID of the user profile.
userProfileId
- The ID of the user profile.public String getUserProfileId()
The ID of the user profile.
public GetIamPortalLoginUrlResult withUserProfileId(String userProfileId)
The ID of the user profile.
userProfileId
- The ID of the user profile.public String toString()
toString
in class Object
Object.toString()
public GetIamPortalLoginUrlResult clone()