@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKxUserResult() |
Modifier and Type | Method and Description |
---|---|
CreateKxUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getIamRole()
The IAM role ARN that will be associated with the user.
|
String |
getUserArn()
The Amazon Resource Name (ARN) that identifies the user.
|
String |
getUserName()
A unique identifier for the user.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
void |
setUserName(String userName)
A unique identifier for the user.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxUserResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxUserResult |
withIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
CreateKxUserResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
CreateKxUserResult |
withUserName(String userName)
A unique identifier for the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserName(String userName)
A unique identifier for the user.
userName
- A unique identifier for the user.public String getUserName()
A unique identifier for the user.
public CreateKxUserResult withUserName(String userName)
A unique identifier for the user.
userName
- A unique identifier for the user.public void setUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
userArn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use
ARNs in policies, see IAM Identifiers in
the IAM User Guide.public String getUserArn()
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
public CreateKxUserResult withUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
userArn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use
ARNs in policies, see IAM Identifiers in
the IAM User Guide.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public CreateKxUserResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
iamRole
- The IAM role ARN that will be associated with the user.public String getIamRole()
The IAM role ARN that will be associated with the user.
public CreateKxUserResult withIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
iamRole
- The IAM role ARN that will be associated with the user.public String toString()
toString
in class Object
Object.toString()
public CreateKxUserResult clone()