@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventSourceArn()
The ARN of the archive from which the events are replayed.
|
Integer |
getLimit()
The maximum number of replays to retrieve.
|
String |
getNamePrefix()
A name prefix to filter the replays 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 archive from which the events are replayed.
|
void |
setLimit(Integer limit)
The maximum number of replays to retrieve.
|
void |
setNamePrefix(String namePrefix)
A name prefix to filter the replays 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 archive from which the events are replayed.
|
ListReplaysRequest |
withLimit(Integer limit)
The maximum number of replays to retrieve.
|
ListReplaysRequest |
withNamePrefix(String namePrefix)
A name prefix to filter the replays 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, 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)
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
namePrefix
- A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.public String getNamePrefix()
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
public ListReplaysRequest withNamePrefix(String namePrefix)
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
namePrefix
- A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.public void setState(String state)
The state of the replay.
state
- The state of the replay.ReplayState
public String getState()
The state of the replay.
ReplayState
public ListReplaysRequest withState(String state)
The state of the replay.
state
- The state of the replay.ReplayState
public ListReplaysRequest withState(ReplayState state)
The state of the replay.
state
- The state of the replay.ReplayState
public void setEventSourceArn(String eventSourceArn)
The ARN of the archive from which the events are replayed.
eventSourceArn
- The ARN of the archive from which the events are replayed.public String getEventSourceArn()
The ARN of the archive from which the events are replayed.
public ListReplaysRequest withEventSourceArn(String eventSourceArn)
The ARN of the archive from which the events are replayed.
eventSourceArn
- The ARN of the archive from which the events are replayed.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 Object
Object.toString()
public ListReplaysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()