public class DeleteRoleAliasRequest extends AmazonWebServiceRequest implements Serializable
Deletes a role alias
Constructor and Description |
---|
DeleteRoleAliasRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getRoleAlias()
The role alias to delete.
|
int |
hashCode() |
void |
setRoleAlias(String roleAlias)
The role alias to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRoleAliasRequest |
withRoleAlias(String roleAlias)
The role alias to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getRoleAlias()
The role alias to delete.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
The role alias to delete.
public void setRoleAlias(String roleAlias)
The role alias to delete.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
roleAlias
- The role alias to delete.
public DeleteRoleAliasRequest withRoleAlias(String roleAlias)
The role alias to delete.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
roleAlias
- The role alias to delete.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.