@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlacementsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPlacementsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPlacementsRequest |
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 return per request.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
String |
getProjectName()
The project containing the placements to be listed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
void |
setProjectName(String projectName)
The project containing the placements to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListPlacementsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListPlacementsRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListPlacementsRequest |
withProjectName(String projectName)
The project containing the placements to be listed.
|
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 setProjectName(String projectName)
The project containing the placements to be listed.
projectName
- The project containing the placements to be listed.public String getProjectName()
The project containing the placements to be listed.
public ListPlacementsRequest withProjectName(String projectName)
The project containing the placements to be listed.
projectName
- The project containing the placements to be listed.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListPlacementsRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
maxResults
- The maximum number of results to return per request. If not set, a default value of 100 is used.public Integer getMaxResults()
The maximum number of results to return per request. If not set, a default value of 100 is used.
public ListPlacementsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
maxResults
- The maximum number of results to return per request. If not set, a default value of 100 is used.public String toString()
toString
in class Object
Object.toString()
public ListPlacementsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()