@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionMappingSummary extends Object implements Serializable, Cloneable, StructuredPojo
Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.
Constructor and Description |
---|
SessionMappingSummary() |
Modifier and Type | Method and Description |
---|---|
SessionMappingSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the session mapping was created.
|
String |
getIdentityId()
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
String |
getIdentityName()
The name of the user or group.
|
String |
getIdentityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
String |
getSessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
String |
getStudioId()
The ID of the Amazon EMR Studio.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time the session mapping was created.
|
void |
setIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
void |
setIdentityName(String identityName)
The name of the user or group.
|
void |
setIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
void |
setSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
void |
setStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
String |
toString()
Returns a string representation of this object.
|
SessionMappingSummary |
withCreationTime(Date creationTime)
The time the session mapping was created.
|
SessionMappingSummary |
withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
SessionMappingSummary |
withIdentityName(String identityName)
The name of the user or group.
|
SessionMappingSummary |
withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary |
withIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary |
withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
SessionMappingSummary |
withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
public void setStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId
- The ID of the Amazon EMR Studio.public String getStudioId()
The ID of the Amazon EMR Studio.
public SessionMappingSummary withStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId
- The ID of the Amazon EMR Studio.public void setIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
identityId
- The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity
Store.public String getIdentityId()
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
public SessionMappingSummary withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
identityId
- The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity
Store.public void setIdentityName(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.
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 String getIdentityName()
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 SessionMappingSummary withIdentityName(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.
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 void setIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
identityType
- Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityType
public String getIdentityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
IdentityType
public SessionMappingSummary withIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
identityType
- Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityType
public SessionMappingSummary withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
identityType
- Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityType
public void setSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy associated with the user or group.public String getSessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
public SessionMappingSummary withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy associated with the user or group.public void setCreationTime(Date creationTime)
The time the session mapping was created.
creationTime
- The time the session mapping was created.public Date getCreationTime()
The time the session mapping was created.
public SessionMappingSummary withCreationTime(Date creationTime)
The time the session mapping was created.
creationTime
- The time the session mapping was created.public String toString()
toString
in class Object
Object.toString()
public SessionMappingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.