Class ListStudioLifecycleConfigsRequest

    • 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 ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

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

        public final String nameContains()

        A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

        Returns:
        A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.
      • appTypeEqualsAsString

        public final String appTypeEqualsAsString()

        A parameter to search for the App Type to which the Lifecycle Configuration is attached.

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

        Returns:
        A parameter to search for the App Type to which the Lifecycle Configuration is attached.
        See Also:
        StudioLifecycleConfigAppType
      • creationTimeBefore

        public final Instant creationTimeBefore()

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

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

        public final Instant creationTimeAfter()

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

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

        public final Instant modifiedTimeBefore()

        A filter that returns only Lifecycle Configurations modified before the specified time.

        Returns:
        A filter that returns only Lifecycle Configurations modified before the specified time.
      • modifiedTimeAfter

        public final Instant modifiedTimeAfter()

        A filter that returns only Lifecycle Configurations modified after the specified time.

        Returns:
        A filter that returns only Lifecycle Configurations modified after the specified time.
      • 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