Class GetMigrationsRequest

    • Method Detail

      • sortByAttribute

        public final MigrationSortAttribute sortByAttribute()

        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

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

        Returns:
        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
        See Also:
        MigrationSortAttribute
      • sortByAttributeAsString

        public final String sortByAttributeAsString()

        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

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

        Returns:
        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
        See Also:
        MigrationSortAttribute
      • sortByOrder

        public final SortOrder sortByOrder()

        The order so sort the list.

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

        Returns:
        The order so sort the list.
        See Also:
        SortOrder
      • sortByOrderAsString

        public final String sortByOrderAsString()

        The order so sort the list.

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

        Returns:
        The order so sort the list.
        See Also:
        SortOrder
      • v1BotNameContains

        public final String v1BotNameContains()

        Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.

        Returns:
        Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.
      • migrationStatusEquals

        public final MigrationStatus migrationStatusEquals()

        Filters the list to contain only migrations in the specified state.

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

        Returns:
        Filters the list to contain only migrations in the specified state.
        See Also:
        MigrationStatus
      • migrationStatusEqualsAsString

        public final String migrationStatusEqualsAsString()

        Filters the list to contain only migrations in the specified state.

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

        Returns:
        Filters the list to contain only migrations in the specified state.
        See Also:
        MigrationStatus
      • maxResults

        public final Integer maxResults()

        The maximum number of migrations to return in the response. The default is 10.

        Returns:
        The maximum number of migrations to return in the response. The default is 10.
      • nextToken

        public final String nextToken()

        A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.

        Returns:
        A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.
      • 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