Class ListEdgeDeploymentPlansRequest

    • 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.
      • 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, sortBy will return ListEdgeDeploymentPlansSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        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, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        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, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The direction of the sorting (ascending or descending).
        See Also:
        SortOrder
      • 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.
        Overrides:
        toString in class Object