Class GetKxUserResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.finspace.model.FinspaceResponse
-
- software.amazon.awssdk.services.finspace.model.GetKxUserResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetKxUserResponse.Builder,GetKxUserResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetKxUserResponse extends FinspaceResponse implements ToCopyableBuilder<GetKxUserResponse.Builder,GetKxUserResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetKxUserResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetKxUserResponse.Builderbuilder()StringenvironmentId()A unique identifier for the kdb environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringiamRole()The IAM role ARN that is associated with the user.List<SdkField<?>>sdkFields()static Class<? extends GetKxUserResponse.Builder>serializableBuilderClass()GetKxUserResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserArn()The Amazon Resource Name (ARN) that identifies the user.StringuserName()A unique identifier for the user.-
Methods inherited from class software.amazon.awssdk.services.finspace.model.FinspaceResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userName
public final String userName()
A unique identifier for the user.
- Returns:
- A unique identifier for the user.
-
userArn
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.
- Returns:
- 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.
-
environmentId
public final String environmentId()
A unique identifier for the kdb environment.
- Returns:
- A unique identifier for the kdb environment.
-
iamRole
public final String iamRole()
The IAM role ARN that is associated with the user.
- Returns:
- The IAM role ARN that is associated with the user.
-
toBuilder
public GetKxUserResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetKxUserResponse.Builder,GetKxUserResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetKxUserResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetKxUserResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-