@Generated(value="software.amazon.awssdk:codegen") public final class UpdateKxUserResponse extends FinspaceResponse implements ToCopyableBuilder<UpdateKxUserResponse.Builder,UpdateKxUserResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateKxUserResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateKxUserResponse.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 is associated with the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateKxUserResponse.Builder> |
serializableBuilderClass() |
UpdateKxUserResponse.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 is associated with the user.
public UpdateKxUserResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateKxUserResponse.Builder,UpdateKxUserResponse>toBuilder in class AwsResponsepublic static UpdateKxUserResponse.Builder builder()
public static Class<? extends UpdateKxUserResponse.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.