@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getHostIdFilter()
Filters the results by the host ID of a Dedicated Host.
|
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOutpostIdentifier()
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
List<String> |
getStatusFilter()
Filters the results by state.
|
int |
hashCode() |
void |
setHostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
void |
setStatusFilter(Collection<String> statusFilter)
Filters the results by state.
|
String |
toString()
Returns a string representation of this object.
|
ListAssetsRequest |
withHostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest |
withHostIdFilter(String... hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest |
withMaxResults(Integer maxResults) |
ListAssetsRequest |
withNextToken(String nextToken) |
ListAssetsRequest |
withOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
ListAssetsRequest |
withStatusFilter(AssetState... statusFilter)
Filters the results by state.
|
ListAssetsRequest |
withStatusFilter(Collection<String> statusFilter)
Filters the results by state.
|
ListAssetsRequest |
withStatusFilter(String... statusFilter)
Filters the results by state.
|
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 setOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostIdentifier
- The ID or the Amazon Resource Name (ARN) of the Outpost.public String getOutpostIdentifier()
The ID or the Amazon Resource Name (ARN) of the Outpost.
public ListAssetsRequest withOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostIdentifier
- The ID or the Amazon Resource Name (ARN) of the Outpost.public List<String> getHostIdFilter()
Filters the results by the host ID of a Dedicated Host.
public void setHostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
hostIdFilter
- Filters the results by the host ID of a Dedicated Host.public ListAssetsRequest withHostIdFilter(String... hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
NOTE: This method appends the values to the existing list (if any). Use
setHostIdFilter(java.util.Collection)
or withHostIdFilter(java.util.Collection)
if you want to
override the existing values.
hostIdFilter
- Filters the results by the host ID of a Dedicated Host.public ListAssetsRequest withHostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
hostIdFilter
- Filters the results by the host ID of a Dedicated Host.public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListAssetsRequest withMaxResults(Integer maxResults)
maxResults
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListAssetsRequest withNextToken(String nextToken)
nextToken
- public List<String> getStatusFilter()
Filters the results by state.
AssetState
public void setStatusFilter(Collection<String> statusFilter)
Filters the results by state.
statusFilter
- Filters the results by state.AssetState
public ListAssetsRequest withStatusFilter(String... statusFilter)
Filters the results by state.
NOTE: This method appends the values to the existing list (if any). Use
setStatusFilter(java.util.Collection)
or withStatusFilter(java.util.Collection)
if you want to
override the existing values.
statusFilter
- Filters the results by state.AssetState
public ListAssetsRequest withStatusFilter(Collection<String> statusFilter)
Filters the results by state.
statusFilter
- Filters the results by state.AssetState
public ListAssetsRequest withStatusFilter(AssetState... statusFilter)
Filters the results by state.
statusFilter
- Filters the results by state.AssetState
public String toString()
toString
in class Object
Object.toString()
public ListAssetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()