All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.PaginatedServiceResult Maven / Gradle / Ivy

package com.amazonaws.services;

public class PaginatedServiceResult extends ServiceResult {
  public final String token;

  public PaginatedServiceResult(long startTime, String token, R result) {
    super(startTime, result);
    this.token = token;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy