@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetStudioSessionMappingResult clone()
Copyright © 2023. All rights reserved.