Class ListBuildBatchesForProjectRequest

    • Method Detail

      • projectName

        public final String projectName()

        The name of the project.

        Returns:
        The name of the project.
      • filter

        public final BuildBatchFilter filter()

        A BuildBatchFilter object that specifies the filters for the search.

        Returns:
        A BuildBatchFilter object that specifies the filters for the search.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • sortOrder

        public final SortOrderType sortOrder()

        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

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

        Returns:
        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        See Also:
        SortOrderType
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

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

        Returns:
        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        See Also:
        SortOrderType
      • nextToken

        public final String nextToken()

        The nextToken value returned from a previous call to ListBuildBatchesForProject. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

        Returns:
        The nextToken value returned from a previous call to ListBuildBatchesForProject . This specifies the next item to return. To return the beginning of the list, exclude this parameter.
      • 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