@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStudioSessionMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetStudioSessionMappingResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetStudioSessionMappingResult | clone() | 
| boolean | equals(Object obj) | 
| SessionMappingDetail | getSessionMapping()
 The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
 creation time. | 
| int | hashCode() | 
| void | setSessionMapping(SessionMappingDetail sessionMapping)
 The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
 creation time. | 
| String | toString()Returns a string representation of this object. | 
| GetStudioSessionMappingResult | withSessionMapping(SessionMappingDetail sessionMapping)
 The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
 creation time. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
sessionMapping - The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN
        and creation time.public SessionMappingDetail getSessionMapping()
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
public GetStudioSessionMappingResult withSessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
sessionMapping - The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN
        and creation time.public String toString()
toString in class ObjectObject.toString()public GetStudioSessionMappingResult clone()
Copyright © 2025. All rights reserved.