@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPartnerEventSourceAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPartnerEventSourceAccountsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPartnerEventSourceAccountsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventSourceName()
The name of the partner event source to display account information about.
|
Integer |
getLimit()
Specifying this limits the number of results returned by this operation.
|
String |
getNextToken()
The token returned by a previous call to this operation.
|
int |
hashCode() |
void |
setEventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
|
void |
setLimit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListPartnerEventSourceAccountsRequest |
withEventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
|
ListPartnerEventSourceAccountsRequest |
withLimit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
ListPartnerEventSourceAccountsRequest |
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 ListPartnerEventSourceAccountsRequest()
public void setEventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
eventSourceName
- The name of the partner event source to display account information about.public String getEventSourceName()
The name of the partner event source to display account information about.
public ListPartnerEventSourceAccountsRequest withEventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
eventSourceName
- The name of the partner event source to display account information about.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 ListPartnerEventSourceAccountsRequest 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)
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 ListPartnerEventSourceAccountsRequest 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 Object
Object.toString()
public ListPartnerEventSourceAccountsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()