@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOutpostsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOutpostsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOutpostsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZoneFilter()
A filter for the Availability Zone (
us-east-1a ) of the Outpost. |
List<String> |
getAvailabilityZoneIdFilter()
A filter for the AZ IDs (
use1-az1 ) of the Outpost. |
List<String> |
getLifeCycleStatusFilter()
A filter for the lifecycle status of the Outpost.
|
Integer |
getMaxResults() |
String |
getNextToken() |
int |
hashCode() |
void |
setAvailabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availability Zone (
us-east-1a ) of the Outpost. |
void |
setAvailabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (
use1-az1 ) of the Outpost. |
void |
setLifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListOutpostsRequest |
withAvailabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availability Zone (
us-east-1a ) of the Outpost. |
ListOutpostsRequest |
withAvailabilityZoneFilter(String... availabilityZoneFilter)
A filter for the Availability Zone (
us-east-1a ) of the Outpost. |
ListOutpostsRequest |
withAvailabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (
use1-az1 ) of the Outpost. |
ListOutpostsRequest |
withAvailabilityZoneIdFilter(String... availabilityZoneIdFilter)
A filter for the AZ IDs (
use1-az1 ) of the Outpost. |
ListOutpostsRequest |
withLifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
|
ListOutpostsRequest |
withLifeCycleStatusFilter(String... lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
|
ListOutpostsRequest |
withMaxResults(Integer maxResults) |
ListOutpostsRequest |
withNextToken(String nextToken) |
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 setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListOutpostsRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListOutpostsRequest withMaxResults(Integer maxResults)
maxResults
- public List<String> getLifeCycleStatusFilter()
A filter for the lifecycle status of the Outpost.
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.
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 setLifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
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.
lifeCycleStatusFilter
- A filter for the lifecycle status of the Outpost.
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 ListOutpostsRequest withLifeCycleStatusFilter(String... lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
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.
NOTE: This method appends the values to the existing list (if any). Use
setLifeCycleStatusFilter(java.util.Collection)
or
withLifeCycleStatusFilter(java.util.Collection)
if you want to override the existing values.
lifeCycleStatusFilter
- A filter for the lifecycle status of the Outpost.
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 ListOutpostsRequest withLifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
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.
lifeCycleStatusFilter
- A filter for the lifecycle status of the Outpost.
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 List<String> getAvailabilityZoneFilter()
A filter for the Availability Zone (us-east-1a
) of the Outpost.
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.
us-east-1a
) of the Outpost.
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 setAvailabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availability Zone (us-east-1a
) of the Outpost.
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.
availabilityZoneFilter
- A filter for the Availability Zone (us-east-1a
) of the Outpost.
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 ListOutpostsRequest withAvailabilityZoneFilter(String... availabilityZoneFilter)
A filter for the Availability Zone (us-east-1a
) of the Outpost.
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.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZoneFilter(java.util.Collection)
or
withAvailabilityZoneFilter(java.util.Collection)
if you want to override the existing values.
availabilityZoneFilter
- A filter for the Availability Zone (us-east-1a
) of the Outpost.
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 ListOutpostsRequest withAvailabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availability Zone (us-east-1a
) of the Outpost.
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.
availabilityZoneFilter
- A filter for the Availability Zone (us-east-1a
) of the Outpost.
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 List<String> getAvailabilityZoneIdFilter()
A filter for the AZ IDs (use1-az1
) of the Outpost.
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.
use1-az1
) of the Outpost.
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 setAvailabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (use1-az1
) of the Outpost.
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.
availabilityZoneIdFilter
- A filter for the AZ IDs (use1-az1
) of the Outpost.
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 ListOutpostsRequest withAvailabilityZoneIdFilter(String... availabilityZoneIdFilter)
A filter for the AZ IDs (use1-az1
) of the Outpost.
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.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZoneIdFilter(java.util.Collection)
or
withAvailabilityZoneIdFilter(java.util.Collection)
if you want to override the existing values.
availabilityZoneIdFilter
- A filter for the AZ IDs (use1-az1
) of the Outpost.
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 ListOutpostsRequest withAvailabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (use1-az1
) of the Outpost.
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.
availabilityZoneIdFilter
- A filter for the AZ IDs (use1-az1
) of the Outpost.
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 String toString()
toString
in class Object
Object.toString()
public ListOutpostsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()