@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterUserResult() |
Modifier and Type | Method and Description |
---|---|
RegisterUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
User |
getUser()
The user name.
|
String |
getUserInvitationUrl()
The URL the user visits to complete registration and provide a password.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setUser(User user)
The user name.
|
void |
setUserInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password.
|
String |
toString()
Returns a string representation of this object.
|
RegisterUserResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
RegisterUserResult |
withStatus(Integer status)
The HTTP status of the request.
|
RegisterUserResult |
withUser(User user)
The user name.
|
RegisterUserResult |
withUserInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUser(User user)
The user name.
user
- The user name.public User getUser()
The user name.
public RegisterUserResult withUser(User user)
The user name.
user
- The user name.public void setUserInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password. This is returned only for users with an
identity type of QUICKSIGHT
.
userInvitationUrl
- The URL the user visits to complete registration and provide a password. This is returned only for users
with an identity type of QUICKSIGHT
.public String getUserInvitationUrl()
The URL the user visits to complete registration and provide a password. This is returned only for users with an
identity type of QUICKSIGHT
.
QUICKSIGHT
.public RegisterUserResult withUserInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password. This is returned only for users with an
identity type of QUICKSIGHT
.
userInvitationUrl
- The URL the user visits to complete registration and provide a password. This is returned only for users
with an identity type of QUICKSIGHT
.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public RegisterUserResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public RegisterUserResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public RegisterUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.