@Generated(value="software.amazon.awssdk:codegen") public final class SessionMappingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionMappingSummary.Builder,SessionMappingSummary>
Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionMappingSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionMappingSummary.Builder |
builder() |
Instant |
creationTime()
The time the session mapping was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityId()
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
String |
identityName()
The name of the user or group.
|
IdentityType |
identityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
String |
identityTypeAsString()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionMappingSummary.Builder> |
serializableBuilderClass() |
String |
sessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
String |
studioId()
The ID of the Amazon EMR Studio.
|
SessionMappingSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String studioId()
The ID of the Amazon EMR Studio.
public final String identityId()
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
public final String identityName()
The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
public final IdentityType identityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic final String identityTypeAsString()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic final String sessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
public final Instant creationTime()
The time the session mapping was created.
public SessionMappingSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionMappingSummary.Builder,SessionMappingSummary>public static SessionMappingSummary.Builder builder()
public static Class<? extends SessionMappingSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.