@Generated(value="software.amazon.awssdk:codegen") public final class ListEdgeDeploymentPlansRequest extends SageMakerRequest implements ToCopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEdgeDeploymentPlansRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEdgeDeploymentPlansRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Selects edge deployment plans created after this time.
|
Instant |
creationTimeBefore()
Selects edge deployment plans created before this time.
|
String |
deviceFleetNameContains()
Selects edge deployment plans with a device fleet name containing this name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
Selects edge deployment plans that were last updated after this time.
|
Instant |
lastModifiedTimeBefore()
Selects edge deployment plans that were last updated before this time.
|
Integer |
maxResults()
The maximum number of results to select (50 by default).
|
String |
nameContains()
Selects edge deployment plans with names containing this name.
|
String |
nextToken()
The response from the last list when returning a list large enough to need tokening.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEdgeDeploymentPlansRequest.Builder> |
serializableBuilderClass() |
ListEdgeDeploymentPlansSortBy |
sortBy()
The column by which to sort the edge deployment plans.
|
String |
sortByAsString()
The column by which to sort the edge deployment plans.
|
SortOrder |
sortOrder()
The direction of the sorting (ascending or descending).
|
String |
sortOrderAsString()
The direction of the sorting (ascending or descending).
|
ListEdgeDeploymentPlansRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The response from the last list when returning a list large enough to need tokening.
public final Integer maxResults()
The maximum number of results to select (50 by default).
public final Instant creationTimeAfter()
Selects edge deployment plans created after this time.
public final Instant creationTimeBefore()
Selects edge deployment plans created before this time.
public final Instant lastModifiedTimeAfter()
Selects edge deployment plans that were last updated after this time.
public final Instant lastModifiedTimeBefore()
Selects edge deployment plans that were last updated before this time.
public final String nameContains()
Selects edge deployment plans with names containing this name.
public final String deviceFleetNameContains()
Selects edge deployment plans with a device fleet name containing this name.
public final ListEdgeDeploymentPlansSortBy sortBy()
The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListEdgeDeploymentPlansSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.ListEdgeDeploymentPlansSortBypublic final String sortByAsString()
The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListEdgeDeploymentPlansSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.ListEdgeDeploymentPlansSortBypublic final SortOrder sortOrder()
The direction of the sorting (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The direction of the sorting (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic ListEdgeDeploymentPlansRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>toBuilder in class SageMakerRequestpublic static ListEdgeDeploymentPlansRequest.Builder builder()
public static Class<? extends ListEdgeDeploymentPlansRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.