@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 max number of results to return in the response.
|
String |
getNextToken()
The token to request the next page of results.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setLaunchProfileId(String launchProfileId)
The Launch Profile ID.
|
void |
setMaxResults(Integer maxResults)
The max number of results to return in the response.
|
void |
setNextToken(String nextToken)
The token to request the next page of 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 max number of results to return in the response.
|
ListLaunchProfileMembersRequest |
withNextToken(String nextToken)
The token to request the next page of 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 max number of results to return in the response.
maxResults - The max number of results to return in the response.public Integer getMaxResults()
The max number of results to return in the response.
public ListLaunchProfileMembersRequest withMaxResults(Integer maxResults)
The max number of results to return in the response.
maxResults - The max number of results to return in the response.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListLaunchProfileMembersRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of 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 © 2022. All rights reserved.