@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() |
boolean |
equals(Object obj) |
List<String> |
getHostIdFilter()
A filter for the host ID of Dedicated Hosts on the Outpost.
|
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOutpostIdentifier()
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
int |
hashCode() |
void |
setHostIdFilter(Collection<String> hostIdFilter)
A filter for the host ID of Dedicated Hosts on the Outpost.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
ListAssetsRequest |
withHostIdFilter(Collection<String> hostIdFilter)
A filter for the host ID of Dedicated Hosts on the Outpost.
|
ListAssetsRequest |
withHostIdFilter(String... hostIdFilter)
A filter for the host ID of Dedicated Hosts on the Outpost.
|
ListAssetsRequest |
withMaxResults(Integer maxResults) |
ListAssetsRequest |
withNextToken(String nextToken) |
ListAssetsRequest |
withOutpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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()
A filter for the host ID of Dedicated Hosts on 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 setHostIdFilter(Collection<String> hostIdFilter)
A filter for the host ID of Dedicated Hosts on 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.
hostIdFilter - A filter for the host ID of Dedicated Hosts on 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 ListAssetsRequest withHostIdFilter(String... hostIdFilter)
A filter for the host ID of Dedicated Hosts on 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
setHostIdFilter(java.util.Collection) or withHostIdFilter(java.util.Collection) if you want to
override the existing values.
hostIdFilter - A filter for the host ID of Dedicated Hosts on 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 ListAssetsRequest withHostIdFilter(Collection<String> hostIdFilter)
A filter for the host ID of Dedicated Hosts on 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.
hostIdFilter - A filter for the host ID of Dedicated Hosts on 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 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 String toString()
toString in class ObjectObject.toString()public ListAssetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.