Interface SearchHoursOfOperationsResponse.Builder

    • Method Detail

      • hoursOfOperations

        SearchHoursOfOperationsResponse.Builder hoursOfOperations​(Collection<HoursOfOperation> hoursOfOperations)

        Information about the hours of operations.

        Parameters:
        hoursOfOperations - Information about the hours of operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hoursOfOperations

        SearchHoursOfOperationsResponse.Builder hoursOfOperations​(HoursOfOperation... hoursOfOperations)

        Information about the hours of operations.

        Parameters:
        hoursOfOperations - Information about the hours of operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchHoursOfOperationsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        SearchHoursOfOperationsResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of hours of operations which matched your search query.

        Parameters:
        approximateTotalCount - The total number of hours of operations which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.