@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNetworkResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNetworkResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNetworkResourcesRequest |
addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
ListNetworkResourcesRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
ListNetworkResourcesRequest |
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.
|
ListNetworkResourcesRequest |
withFilters(Map<String,List<String>> filters)
The filters.
|
ListNetworkResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListNetworkResourcesRequest |
withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
ListNetworkResourcesRequest |
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.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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 ListNetworkResourcesRequest withFilters(Map<String,List<String>> filters)
The filters.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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.
ORDER
- The Amazon Resource Name (ARN) of the order.
STATUS
- The status (AVAILABLE
| DELETED
| DELETING
|
PENDING
| PENDING_RETURN
| PROVISIONING
| SHIPPED
).
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 ListNetworkResourcesRequest addFiltersEntry(String key, List<String> value)
public ListNetworkResourcesRequest 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 ListNetworkResourcesRequest 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 ListNetworkResourcesRequest 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 ListNetworkResourcesRequest 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 ListNetworkResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()