@Generated(value="software.amazon.awssdk:codegen") public final class CreateKxUserResponse extends FinspaceResponse implements ToCopyableBuilder<CreateKxUserResponse.Builder,CreateKxUserResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateKxUserResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateKxUserResponse.Builder |
builder() |
String |
environmentId()
A unique identifier for the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRole()
The IAM role ARN that will be associated with the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateKxUserResponse.Builder> |
serializableBuilderClass() |
CreateKxUserResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) that identifies the user.
|
String |
userName()
A unique identifier for the user.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
A unique identifier for the user.
public final 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.
public final String environmentId()
A unique identifier for the kdb environment.
public final String iamRole()
The IAM role ARN that will be associated with the user.
public CreateKxUserResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateKxUserResponse.Builder,CreateKxUserResponse>toBuilder in class AwsResponsepublic static CreateKxUserResponse.Builder builder()
public static Class<? extends CreateKxUserResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.