@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEventActionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEventActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventSourceId()
The unique identifier for the event source.
|
Integer |
getMaxResults()
The maximum number of results returned by a single call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setEventSourceId(String eventSourceId)
The unique identifier for the event source.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEventActionsRequest |
withEventSourceId(String eventSourceId)
The unique identifier for the event source.
|
ListEventActionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListEventActionsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page 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, withSdkRequestTimeout
public void setEventSourceId(String eventSourceId)
The unique identifier for the event source.
eventSourceId
- The unique identifier for the event source.public String getEventSourceId()
The unique identifier for the event source.
public ListEventActionsRequest withEventSourceId(String eventSourceId)
The unique identifier for the event source.
eventSourceId
- The unique identifier for the event source.public void setMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults
- The maximum number of results returned by a single call.public Integer getMaxResults()
The maximum number of results returned by a single call.
public ListEventActionsRequest withMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults
- The maximum number of results returned by a single call.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListEventActionsRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListEventActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()