@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReplicationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetReplicationJobsRequest() |
Modifier and Type | Method and Description |
---|---|
GetReplicationJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getReplicationJobId()
The ID of the replication job.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setReplicationJobId(String replicationJobId)
The ID of the replication job.
|
String |
toString()
Returns a string representation of this object.
|
GetReplicationJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
GetReplicationJobsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
GetReplicationJobsRequest |
withReplicationJobId(String replicationJobId)
The ID of the replication job.
|
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 setReplicationJobId(String replicationJobId)
The ID of the replication job.
replicationJobId
- The ID of the replication job.public String getReplicationJobId()
The ID of the replication job.
public GetReplicationJobsRequest withReplicationJobId(String replicationJobId)
The ID of the replication job.
replicationJobId
- The ID of the replication job.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public GetReplicationJobsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken
value.public Integer getMaxResults()
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken
value.
NextToken
value.public GetReplicationJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken
value.public String toString()
toString
in class Object
Object.toString()
public GetReplicationJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()