@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSessionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSessionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSessionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The authentication method.
|
String |
getFleetName()
The name of the fleet.
|
Integer |
getLimit()
The size of each page of results.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
String |
getStackName()
The name of the stack.
|
String |
getUserId()
The user ID.
|
int |
hashCode() |
void |
setAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
void |
setAuthenticationType(String authenticationType)
The authentication method.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setLimit(Integer limit)
The size of each page of results.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setStackName(String stackName)
The name of the stack.
|
void |
setUserId(String userId)
The user ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSessionsRequest |
withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
DescribeSessionsRequest |
withAuthenticationType(String authenticationType)
The authentication method.
|
DescribeSessionsRequest |
withFleetName(String fleetName)
The name of the fleet.
|
DescribeSessionsRequest |
withLimit(Integer limit)
The size of each page of results.
|
DescribeSessionsRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeSessionsRequest |
withStackName(String stackName)
The name of the stack.
|
DescribeSessionsRequest |
withUserId(String userId)
The user 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 setStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public String getStackName()
The name of the stack.
public DescribeSessionsRequest withStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public void setFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public String getFleetName()
The name of the fleet.
public DescribeSessionsRequest withFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public void setUserId(String userId)
The user ID.
userId
- The user ID.public String getUserId()
The user ID.
public DescribeSessionsRequest withUserId(String userId)
The user ID.
userId
- The user ID.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public DescribeSessionsRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public void setLimit(Integer limit)
The size of each page of results. The default value is 20 and the maximum value is 50.
limit
- The size of each page of results. The default value is 20 and the maximum value is 50.public Integer getLimit()
The size of each page of results. The default value is 20 and the maximum value is 50.
public DescribeSessionsRequest withLimit(Integer limit)
The size of each page of results. The default value is 20 and the maximum value is 50.
limit
- The size of each page of results. The default value is 20 and the maximum value is 50.public void setAuthenticationType(String authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationType
public String getAuthenticationType()
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationType
public DescribeSessionsRequest withAuthenticationType(String authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationType
public void setAuthenticationType(AuthenticationType authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationType
public DescribeSessionsRequest withAuthenticationType(AuthenticationType authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationType
public String toString()
toString
in class Object
Object.toString()
public DescribeSessionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.