@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamingSessionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStreamingSessionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamingSessionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCreatedBy()
Filters the request to streaming sessions created by the given user.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getOwnedBy()
Filters the request to streaming session owned by the given user
|
String |
getSessionIds()
Filters the request to only the provided session IDs.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setCreatedBy(String createdBy)
Filters the request to streaming sessions created by the given user.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setOwnedBy(String ownedBy)
Filters the request to streaming session owned by the given user
|
void |
setSessionIds(String sessionIds)
Filters the request to only the provided session IDs.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamingSessionsRequest |
withCreatedBy(String createdBy)
Filters the request to streaming sessions created by the given user.
|
ListStreamingSessionsRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionsRequest |
withOwnedBy(String ownedBy)
Filters the request to streaming session owned by the given user
|
ListStreamingSessionsRequest |
withSessionIds(String sessionIds)
Filters the request to only the provided session IDs.
|
ListStreamingSessionsRequest |
withStudioId(String studioId)
The studio ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCreatedBy(String createdBy)
Filters the request to streaming sessions created by the given user.
createdBy
- Filters the request to streaming sessions created by the given user.public String getCreatedBy()
Filters the request to streaming sessions created by the given user.
public ListStreamingSessionsRequest withCreatedBy(String createdBy)
Filters the request to streaming sessions created by the given user.
createdBy
- Filters the request to streaming sessions created by the given user.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListStreamingSessionsRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setOwnedBy(String ownedBy)
Filters the request to streaming session owned by the given user
ownedBy
- Filters the request to streaming session owned by the given userpublic String getOwnedBy()
Filters the request to streaming session owned by the given user
public ListStreamingSessionsRequest withOwnedBy(String ownedBy)
Filters the request to streaming session owned by the given user
ownedBy
- Filters the request to streaming session owned by the given userpublic void setSessionIds(String sessionIds)
Filters the request to only the provided session IDs.
sessionIds
- Filters the request to only the provided session IDs.public String getSessionIds()
Filters the request to only the provided session IDs.
public ListStreamingSessionsRequest withSessionIds(String sessionIds)
Filters the request to only the provided session IDs.
sessionIds
- Filters the request to only the provided session IDs.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public ListStreamingSessionsRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public ListStreamingSessionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()