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