@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTransactionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTransactionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTransactionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The catalog for which to list transactions.
|
Integer |
getMaxResults()
The maximum number of transactions to return in a single call.
|
String |
getNextToken()
A continuation token if this is not the first call to retrieve transactions.
|
String |
getStatusFilter()
A filter indicating the status of transactions to return.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The catalog for which to list transactions.
|
void |
setMaxResults(Integer maxResults)
The maximum number of transactions to return in a single call.
|
void |
setNextToken(String nextToken)
A continuation token if this is not the first call to retrieve transactions.
|
void |
setStatusFilter(String statusFilter)
A filter indicating the status of transactions to return.
|
String |
toString()
Returns a string representation of this object.
|
ListTransactionsRequest |
withCatalogId(String catalogId)
The catalog for which to list transactions.
|
ListTransactionsRequest |
withMaxResults(Integer maxResults)
The maximum number of transactions to return in a single call.
|
ListTransactionsRequest |
withNextToken(String nextToken)
A continuation token if this is not the first call to retrieve transactions.
|
ListTransactionsRequest |
withStatusFilter(String statusFilter)
A filter indicating the status of transactions to return.
|
ListTransactionsRequest |
withStatusFilter(TransactionStatusFilter statusFilter)
A filter indicating the status of transactions to return.
|
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 setCatalogId(String catalogId)
The catalog for which to list transactions. Defaults to the account ID of the caller.
catalogId
- The catalog for which to list transactions. Defaults to the account ID of the caller.public String getCatalogId()
The catalog for which to list transactions. Defaults to the account ID of the caller.
public ListTransactionsRequest withCatalogId(String catalogId)
The catalog for which to list transactions. Defaults to the account ID of the caller.
catalogId
- The catalog for which to list transactions. Defaults to the account ID of the caller.public void setStatusFilter(String statusFilter)
A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED |
ACTIVE. The default is ALL
.
statusFilter
- A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED |
ABORTED | ACTIVE. The default is ALL
.TransactionStatusFilter
public String getStatusFilter()
A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED |
ACTIVE. The default is ALL
.
ALL
.TransactionStatusFilter
public ListTransactionsRequest withStatusFilter(String statusFilter)
A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED |
ACTIVE. The default is ALL
.
statusFilter
- A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED |
ABORTED | ACTIVE. The default is ALL
.TransactionStatusFilter
public ListTransactionsRequest withStatusFilter(TransactionStatusFilter statusFilter)
A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED |
ACTIVE. The default is ALL
.
statusFilter
- A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED |
ABORTED | ACTIVE. The default is ALL
.TransactionStatusFilter
public void setMaxResults(Integer maxResults)
The maximum number of transactions to return in a single call.
maxResults
- The maximum number of transactions to return in a single call.public Integer getMaxResults()
The maximum number of transactions to return in a single call.
public ListTransactionsRequest withMaxResults(Integer maxResults)
The maximum number of transactions to return in a single call.
maxResults
- The maximum number of transactions to return in a single call.public void setNextToken(String nextToken)
A continuation token if this is not the first call to retrieve transactions.
nextToken
- A continuation token if this is not the first call to retrieve transactions.public String getNextToken()
A continuation token if this is not the first call to retrieve transactions.
public ListTransactionsRequest withNextToken(String nextToken)
A continuation token if this is not the first call to retrieve transactions.
nextToken
- A continuation token if this is not the first call to retrieve transactions.public String toString()
toString
in class Object
Object.toString()
public ListTransactionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()