@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrdersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOrdersRequest() |
Modifier and Type | Method and Description |
---|---|
ListOrdersRequest |
addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
ListOrdersRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
ListOrdersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,List<String>> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNetworkArn()
The Amazon Resource Name (ARN) of the network.
|
String |
getStartToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setFilters(Map<String,List<String>> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
void |
setStartToken(String startToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListOrdersRequest |
withFilters(Map<String,List<String>> filters)
The filters.
|
ListOrdersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListOrdersRequest |
withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
ListOrdersRequest |
withStartToken(String startToken)
The token for 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 Map<String,List<String>> getFilters()
The filters.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR
, and the request returns all results that match any of the specified values.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR
, and the request returns all results that match any of the specified values.
public void setFilters(Map<String,List<String>> filters)
The filters.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR
, and the request returns all results that match any of the specified values.
filters
- The filters.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR
, and the request returns all results that match any of the specified values.
public ListOrdersRequest withFilters(Map<String,List<String>> filters)
The filters.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR
, and the request returns all results that match any of the specified values.
filters
- The filters.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.
STATUS
- The status (ACKNOWLEDGING
| ACKNOWLEDGED
|
UNACKNOWLEDGED
).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR
, and the request returns all results that match any of the specified values.
public ListOrdersRequest addFiltersEntry(String key, List<String> value)
public ListOrdersRequest clearFiltersEntries()
public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListOrdersRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn
- The Amazon Resource Name (ARN) of the network.public String getNetworkArn()
The Amazon Resource Name (ARN) of the network.
public ListOrdersRequest withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn
- The Amazon Resource Name (ARN) of the network.public void setStartToken(String startToken)
The token for the next page of results.
startToken
- The token for the next page of results.public String getStartToken()
The token for the next page of results.
public ListOrdersRequest withStartToken(String startToken)
The token for the next page of results.
startToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListOrdersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()