Class ListAppImageConfigsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

        Returns:
        The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
      • nextToken

        public final String nextToken()

        If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

        Returns:
        If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.
      • nameContains

        public final String nameContains()

        A filter that returns only AppImageConfigs whose name contains the specified string.

        Returns:
        A filter that returns only AppImageConfigs whose name contains the specified string.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that returns only AppImageConfigs created on or before the specified time.

        Returns:
        A filter that returns only AppImageConfigs created on or before the specified time.
      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that returns only AppImageConfigs created on or after the specified time.

        Returns:
        A filter that returns only AppImageConfigs created on or after the specified time.
      • modifiedTimeBefore

        public final Instant modifiedTimeBefore()

        A filter that returns only AppImageConfigs modified on or before the specified time.

        Returns:
        A filter that returns only AppImageConfigs modified on or before the specified time.
      • modifiedTimeAfter

        public final Instant modifiedTimeAfter()

        A filter that returns only AppImageConfigs modified on or after the specified time.

        Returns:
        A filter that returns only AppImageConfigs modified on or after the specified time.
      • sortByAsString

        public final String sortByAsString()

        The property used to sort results. The default value is CreationTime.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return AppImageConfigSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        The property used to sort results. The default value is CreationTime.
        See Also:
        AppImageConfigSortKey
      • sortOrder

        public final SortOrder sortOrder()

        The sort order. The default value is 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 sort order. The default value is Descending.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order. The default value is 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 sort order. The default value is 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