Class ListDevicesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.panorama.model.PanoramaRequest
-
- software.amazon.awssdk.services.panorama.model.ListDevicesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDevicesRequest extends PanoramaRequest implements ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDevicesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDevicesRequest.Builderbuilder()DeviceAggregatedStatusdeviceAggregatedStatusFilter()Filter based on a device's status.StringdeviceAggregatedStatusFilterAsString()Filter based on a device's status.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of devices to return in one page of results.StringnameFilter()Filter based on device's name.StringnextToken()Specify the pagination token from a previous request to retrieve the next page of results.List<SdkField<?>>sdkFields()static Class<? extends ListDevicesRequest.Builder>serializableBuilderClass()ListDevicesSortBysortBy()The target column to be sorted on.StringsortByAsString()The target column to be sorted on.SortOrdersortOrder()The sorting order for the returned list.StringsortOrderAsString()The sorting order for the returned list.ListDevicesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceAggregatedStatusFilter
public final DeviceAggregatedStatus deviceAggregatedStatusFilter()
Filter based on a device's status.
If the service returns an enum value that is not available in the current SDK version,
deviceAggregatedStatusFilterwill returnDeviceAggregatedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceAggregatedStatusFilterAsString().- Returns:
- Filter based on a device's status.
- See Also:
DeviceAggregatedStatus
-
deviceAggregatedStatusFilterAsString
public final String deviceAggregatedStatusFilterAsString()
Filter based on a device's status.
If the service returns an enum value that is not available in the current SDK version,
deviceAggregatedStatusFilterwill returnDeviceAggregatedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceAggregatedStatusFilterAsString().- Returns:
- Filter based on a device's status.
- See Also:
DeviceAggregatedStatus
-
maxResults
public final Integer maxResults()
The maximum number of devices to return in one page of results.
- Returns:
- The maximum number of devices to return in one page of results.
-
nameFilter
public final String nameFilter()
Filter based on device's name. Prefixes supported.
- Returns:
- Filter based on device's name. Prefixes supported.
-
nextToken
public final String nextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
- Returns:
- Specify the pagination token from a previous request to retrieve the next page of results.
-
sortBy
public final ListDevicesSortBy sortBy()
The target column to be sorted on. Default column sort is CREATED_TIME.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnListDevicesSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The target column to be sorted on. Default column sort is CREATED_TIME.
- See Also:
ListDevicesSortBy
-
sortByAsString
public final String sortByAsString()
The target column to be sorted on. Default column sort is CREATED_TIME.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnListDevicesSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The target column to be sorted on. Default column sort is CREATED_TIME.
- See Also:
ListDevicesSortBy
-
sortOrder
public final SortOrder sortOrder()
The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
- See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
- See Also:
SortOrder
-
toBuilder
public ListDevicesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>- Specified by:
toBuilderin classPanoramaRequest
-
builder
public static ListDevicesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDevicesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-