@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEventSourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEventSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifying this limits the number of results returned by this operation.
|
String |
getNamePrefix()
Specifying this limits the results to only those partner event sources with names that start with the specified
prefix.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
int |
hashCode() |
void |
setLimit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
void |
setNamePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the specified
prefix.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEventSourcesRequest |
withLimit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
ListEventSourcesRequest |
withNamePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the specified
prefix.
|
ListEventSourcesRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
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, withSdkRequestTimeoutpublic void setNamePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
namePrefix - Specifying this limits the results to only those partner event sources with names that start with the
specified prefix.public String getNamePrefix()
Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
public ListEventSourcesRequest withNamePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
namePrefix - Specifying this limits the results to only those partner event sources with names that start with the
specified prefix.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListEventSourcesRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public void setLimit(Integer limit)
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
limit - Specifying this limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of results.public Integer getLimit()
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
public ListEventSourcesRequest withLimit(Integer limit)
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
limit - Specifying this limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListEventSourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()