@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudioSessionMappingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStudioSessionMappingsResult() |
Modifier and Type | Method and Description |
---|---|
ListStudioSessionMappingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The pagination token that indicates the next set of results to retrieve.
|
List<SessionMappingSummary> |
getSessionMappings()
A list of session mapping summary objects.
|
int |
hashCode() |
void |
setMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
void |
setSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioSessionMappingsResult |
withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStudioSessionMappingsResult |
withSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects.
|
ListStudioSessionMappingsResult |
withSessionMappings(SessionMappingSummary... sessionMappings)
A list of session mapping summary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SessionMappingSummary> getSessionMappings()
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
public void setSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
sessionMappings
- A list of session mapping summary objects. Each object includes session mapping details such as creation
time, identity type (user or group), and Amazon EMR Studio ID.public ListStudioSessionMappingsResult withSessionMappings(SessionMappingSummary... sessionMappings)
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
NOTE: This method appends the values to the existing list (if any). Use
setSessionMappings(java.util.Collection)
or withSessionMappings(java.util.Collection)
if you
want to override the existing values.
sessionMappings
- A list of session mapping summary objects. Each object includes session mapping details such as creation
time, identity type (user or group), and Amazon EMR Studio ID.public ListStudioSessionMappingsResult withSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
sessionMappings
- A list of session mapping summary objects. Each object includes session mapping details such as creation
time, identity type (user or group), and Amazon EMR Studio ID.public void setMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.public String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListStudioSessionMappingsResult withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListStudioSessionMappingsResult clone()