@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteUserResult() |
Modifier and Type | Method and Description |
---|---|
DeleteUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessString()
Access permissions string used for this user account.
|
String |
getARN()
The Amazon Resource Name (ARN) of the user account.
|
Authentication |
getAuthentication()
Denotes whether the user requires a password to authenticate.
|
String |
getEngine()
Must be Redis.
|
String |
getStatus()
Indicates the user status.
|
List<String> |
getUserGroupIds()
Returns a list of the user group IDs the user belongs to.
|
String |
getUserId()
The ID of the user.
|
String |
getUserName()
The username of the user.
|
int |
hashCode() |
void |
setAccessString(String accessString)
Access permissions string used for this user account.
|
void |
setARN(String aRN)
The Amazon Resource Name (ARN) of the user account.
|
void |
setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
void |
setEngine(String engine)
Must be Redis.
|
void |
setStatus(String status)
Indicates the user status.
|
void |
setUserGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
void |
setUserId(String userId)
The ID of the user.
|
void |
setUserName(String userName)
The username of the user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserResult |
withAccessString(String accessString)
Access permissions string used for this user account.
|
DeleteUserResult |
withARN(String aRN)
The Amazon Resource Name (ARN) of the user account.
|
DeleteUserResult |
withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
DeleteUserResult |
withEngine(String engine)
Must be Redis.
|
DeleteUserResult |
withStatus(String status)
Indicates the user status.
|
DeleteUserResult |
withUserGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
DeleteUserResult |
withUserGroupIds(String... userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
DeleteUserResult |
withUserId(String userId)
The ID of the user.
|
DeleteUserResult |
withUserName(String userName)
The username of the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The ID of the user.
userId
- The ID of the user.public String getUserId()
The ID of the user.
public DeleteUserResult withUserId(String userId)
The ID of the user.
userId
- The ID of the user.public void setUserName(String userName)
The username of the user.
userName
- The username of the user.public String getUserName()
The username of the user.
public DeleteUserResult withUserName(String userName)
The username of the user.
userName
- The username of the user.public void setStatus(String status)
Indicates the user status. Can be "active", "modifying" or "deleting".
status
- Indicates the user status. Can be "active", "modifying" or "deleting".public String getStatus()
Indicates the user status. Can be "active", "modifying" or "deleting".
public DeleteUserResult withStatus(String status)
Indicates the user status. Can be "active", "modifying" or "deleting".
status
- Indicates the user status. Can be "active", "modifying" or "deleting".public void setEngine(String engine)
Must be Redis.
engine
- Must be Redis.public String getEngine()
Must be Redis.
public DeleteUserResult withEngine(String engine)
Must be Redis.
engine
- Must be Redis.public void setAccessString(String accessString)
Access permissions string used for this user account.
accessString
- Access permissions string used for this user account.public String getAccessString()
Access permissions string used for this user account.
public DeleteUserResult withAccessString(String accessString)
Access permissions string used for this user account.
accessString
- Access permissions string used for this user account.public List<String> getUserGroupIds()
Returns a list of the user group IDs the user belongs to.
public void setUserGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
userGroupIds
- Returns a list of the user group IDs the user belongs to.public DeleteUserResult withUserGroupIds(String... userGroupIds)
Returns a list of the user group IDs the user belongs to.
NOTE: This method appends the values to the existing list (if any). Use
setUserGroupIds(java.util.Collection)
or withUserGroupIds(java.util.Collection)
if you want to
override the existing values.
userGroupIds
- Returns a list of the user group IDs the user belongs to.public DeleteUserResult withUserGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
userGroupIds
- Returns a list of the user group IDs the user belongs to.public void setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
authentication
- Denotes whether the user requires a password to authenticate.public Authentication getAuthentication()
Denotes whether the user requires a password to authenticate.
public DeleteUserResult withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
authentication
- Denotes whether the user requires a password to authenticate.public void setARN(String aRN)
The Amazon Resource Name (ARN) of the user account.
aRN
- The Amazon Resource Name (ARN) of the user account.public String getARN()
The Amazon Resource Name (ARN) of the user account.
public DeleteUserResult withARN(String aRN)
The Amazon Resource Name (ARN) of the user account.
aRN
- The Amazon Resource Name (ARN) of the user account.public String toString()
toString
in class Object
Object.toString()
public DeleteUserResult clone()