@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchProfileMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLaunchProfileMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLaunchProfileMembersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchProfileId()
The launch profile ID.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setLaunchProfileId(String launchProfileId)
The launch profile ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchProfileMembersRequest |
withLaunchProfileId(String launchProfileId)
The launch profile ID.
|
ListLaunchProfileMembersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListLaunchProfileMembersRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListLaunchProfileMembersRequest |
withStudioId(String studioId)
The studio ID.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public String getLaunchProfileId()
The launch profile ID.
public ListLaunchProfileMembersRequest withLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListLaunchProfileMembersRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.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 ListLaunchProfileMembersRequest 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 setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public ListLaunchProfileMembersRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public ListLaunchProfileMembersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.