@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReplaysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListReplaysRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListReplaysRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEventSourceArn()
The ARN of the event source associated with the replay.
|
Integer |
getLimit()
The maximum number of replays to retrieve.
|
String |
getNamePrefix()
A name prefix to filter the archives returned.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
String |
getState()
The state of the replay.
|
int |
hashCode() |
void |
setEventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
|
void |
setLimit(Integer limit)
The maximum number of replays to retrieve.
|
void |
setNamePrefix(String namePrefix)
A name prefix to filter the archives returned.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
void |
setState(String state)
The state of the replay.
|
String |
toString()
Returns a string representation of this object.
|
ListReplaysRequest |
withEventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
|
ListReplaysRequest |
withLimit(Integer limit)
The maximum number of replays to retrieve.
|
ListReplaysRequest |
withNamePrefix(String namePrefix)
A name prefix to filter the archives returned.
|
ListReplaysRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListReplaysRequest |
withState(ReplayState state)
The state of the replay.
|
ListReplaysRequest |
withState(String state)
The state of the replay.
|
addHandlerContext, copyBaseTo, 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)
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
namePrefix - A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.public String getNamePrefix()
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
public ListReplaysRequest withNamePrefix(String namePrefix)
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
namePrefix - A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.public void setState(String state)
The state of the replay.
state - The state of the replay.ReplayStatepublic String getState()
The state of the replay.
ReplayStatepublic ListReplaysRequest withState(String state)
The state of the replay.
state - The state of the replay.ReplayStatepublic ListReplaysRequest withState(ReplayState state)
The state of the replay.
state - The state of the replay.ReplayStatepublic void setEventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
eventSourceArn - The ARN of the event source associated with the replay.public String getEventSourceArn()
The ARN of the event source associated with the replay.
public ListReplaysRequest withEventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
eventSourceArn - The ARN of the event source associated with the replay.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 ListReplaysRequest 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)
The maximum number of replays to retrieve.
limit - The maximum number of replays to retrieve.public Integer getLimit()
The maximum number of replays to retrieve.
public ListReplaysRequest withLimit(Integer limit)
The maximum number of replays to retrieve.
limit - The maximum number of replays to retrieve.public String toString()
toString in class ObjectObject.toString()public ListReplaysRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.