@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLaunchProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
ListLaunchProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 |
getPrincipalId()
The principal ID.
|
List<String> |
getStates()
A list of states.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
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 |
setPrincipalId(String principalId)
The principal ID.
|
void |
setStates(Collection<String> states)
A list of states.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListLaunchProfilesRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListLaunchProfilesRequest |
withPrincipalId(String principalId)
The principal ID.
|
ListLaunchProfilesRequest |
withStates(Collection<String> states)
A list of states.
|
ListLaunchProfilesRequest |
withStates(String... states)
A list of states.
|
ListLaunchProfilesRequest |
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 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 ListLaunchProfilesRequest 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 ListLaunchProfilesRequest 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 setPrincipalId(String principalId)
The principal ID.
principalId
- The principal ID.public String getPrincipalId()
The principal ID.
public ListLaunchProfilesRequest withPrincipalId(String principalId)
The principal ID.
principalId
- The principal ID.public void setStates(Collection<String> states)
A list of states.
states
- A list of states.public ListLaunchProfilesRequest withStates(String... states)
A list of states.
NOTE: This method appends the values to the existing list (if any). Use
setStates(java.util.Collection)
or withStates(java.util.Collection)
if you want to override the
existing values.
states
- A list of states.public ListLaunchProfilesRequest withStates(Collection<String> states)
A list of states.
states
- A list of states.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public ListLaunchProfilesRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public ListLaunchProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()