@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.
|
String |
getInstanceId()
The identifier for the instance hosting the session.
|
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 identifier (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 |
setInstanceId(String instanceId)
The identifier for the instance hosting the session.
|
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 identifier (ID).
|
String |
toString()
Returns a string representation of this object.
|
DescribeSessionsRequest |
withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
DescribeSessionsRequest |
withAuthenticationType(String authenticationType)
The authentication method.
|
DescribeSessionsRequest |
withFleetName(String fleetName)
The name of the fleet.
|
DescribeSessionsRequest |
withInstanceId(String instanceId)
The identifier for the instance hosting the session.
|
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 identifier (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. This value is case-sensitive.
stackName
- The name of the stack. This value is case-sensitive.public String getStackName()
The name of the stack. This value is case-sensitive.
public DescribeSessionsRequest withStackName(String stackName)
The name of the stack. This value is case-sensitive.
stackName
- The name of the stack. This value is case-sensitive.public void setFleetName(String fleetName)
The name of the fleet. This value is case-sensitive.
fleetName
- The name of the fleet. This value is case-sensitive.public String getFleetName()
The name of the fleet. This value is case-sensitive.
public DescribeSessionsRequest withFleetName(String fleetName)
The name of the fleet. This value is case-sensitive.
fleetName
- The name of the fleet. This value is case-sensitive.public void setUserId(String userId)
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
userId
- The user identifier (ID). If you specify a user ID, you must also specify the authentication type.public String getUserId()
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
public DescribeSessionsRequest withUserId(String userId)
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
userId
- The user identifier (ID). If you specify a user ID, you must also specify the authentication type.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 void setInstanceId(String instanceId)
The identifier for the instance hosting the session.
instanceId
- The identifier for the instance hosting the session.public String getInstanceId()
The identifier for the instance hosting the session.
public DescribeSessionsRequest withInstanceId(String instanceId)
The identifier for the instance hosting the session.
instanceId
- The identifier for the instance hosting the session.public String toString()
toString
in class Object
Object.toString()
public DescribeSessionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()