Class GetMigrationsRequest

    • Method Detail

      • 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
      • 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.
      • 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