@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExclusiveStartApplicationName()
Name of the application to start the list with.
|
Integer |
getLimit()
Maximum number of applications to list.
|
int |
hashCode() |
void |
setExclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with.
|
void |
setLimit(Integer limit)
Maximum number of applications to list.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListApplicationsRequest |
withExclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with.
|
ListApplicationsRequest |
withLimit(Integer limit)
Maximum number of applications to list.
|
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 setLimit(Integer limit)
Maximum number of applications to list.
limit
- Maximum number of applications to list.public Integer getLimit()
Maximum number of applications to list.
public ListApplicationsRequest withLimit(Integer limit)
Maximum number of applications to list.
limit
- Maximum number of applications to list.public void setExclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
exclusiveStartApplicationName
- Name of the application to start the list with. When using pagination to retrieve the list, you don't need
to specify this parameter in the first request. However, in subsequent requests, you add the last
application name from the previous response to get the next page of applications.public String getExclusiveStartApplicationName()
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
public ListApplicationsRequest withExclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
exclusiveStartApplicationName
- Name of the application to start the list with. When using pagination to retrieve the list, you don't need
to specify this parameter in the first request. However, in subsequent requests, you add the last
application name from the previous response to get the next page of applications.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.