Class ListEdgeDeploymentPlansRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListEdgeDeploymentPlansRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEdgeDeploymentPlansRequest extends SageMakerRequest implements ToCopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEdgeDeploymentPlansRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEdgeDeploymentPlansRequest.Builderbuilder()InstantcreationTimeAfter()Selects edge deployment plans created after this time.InstantcreationTimeBefore()Selects edge deployment plans created before this time.StringdeviceFleetNameContains()Selects edge deployment plans with a device fleet name containing this name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTimeAfter()Selects edge deployment plans that were last updated after this time.InstantlastModifiedTimeBefore()Selects edge deployment plans that were last updated before this time.IntegermaxResults()The maximum number of results to select (50 by default).StringnameContains()Selects edge deployment plans with names containing this name.StringnextToken()The response from the last list when returning a list large enough to need tokening.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEdgeDeploymentPlansRequest.Builder>serializableBuilderClass()ListEdgeDeploymentPlansSortBysortBy()The column by which to sort the edge deployment plans.StringsortByAsString()The column by which to sort the edge deployment plans.SortOrdersortOrder()The direction of the sorting (ascending or descending).StringsortOrderAsString()The direction of the sorting (ascending or descending).ListEdgeDeploymentPlansRequest.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
-
nextToken
public final String nextToken()
The response from the last list when returning a list large enough to need tokening.
- Returns:
- The response from the last list when returning a list large enough to need tokening.
-
maxResults
public final Integer maxResults()
The maximum number of results to select (50 by default).
- Returns:
- The maximum number of results to select (50 by default).
-
creationTimeAfter
public final Instant creationTimeAfter()
Selects edge deployment plans created after this time.
- Returns:
- Selects edge deployment plans created after this time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Selects edge deployment plans created before this time.
- Returns:
- Selects edge deployment plans created before this time.
-
lastModifiedTimeAfter
public final Instant lastModifiedTimeAfter()
Selects edge deployment plans that were last updated after this time.
- Returns:
- Selects edge deployment plans that were last updated after this time.
-
lastModifiedTimeBefore
public final Instant lastModifiedTimeBefore()
Selects edge deployment plans that were last updated before this time.
- Returns:
- Selects edge deployment plans that were last updated before this time.
-
nameContains
public final String nameContains()
Selects edge deployment plans with names containing this name.
- Returns:
- Selects edge deployment plans with names containing this name.
-
deviceFleetNameContains
public final String deviceFleetNameContains()
Selects edge deployment plans with a device fleet name containing this name.
- Returns:
- Selects edge deployment plans with a device fleet name containing this name.
-
sortBy
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,
sortBywill returnListEdgeDeploymentPlansSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The column by which to sort the edge deployment plans. Can be one of
NAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME. - See Also:
ListEdgeDeploymentPlansSortBy
-
sortByAsString
public 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,
sortBywill returnListEdgeDeploymentPlansSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The column by which to sort the edge deployment plans. Can be one of
NAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME. - See Also:
ListEdgeDeploymentPlansSortBy
-
sortOrder
public 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,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The direction of the sorting (ascending or descending).
- See Also:
SortOrder
-
sortOrderAsString
public 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,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The direction of the sorting (ascending or descending).
- See Also:
SortOrder
-
toBuilder
public ListEdgeDeploymentPlansRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListEdgeDeploymentPlansRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEdgeDeploymentPlansRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-