@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListReportJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<ReportJob> |
getReportJobs()
Details about your report jobs in JSON format.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
void |
setReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
|
String |
toString()
Returns a string representation of this object.
|
ListReportJobsResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
ListReportJobsResult |
withReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
|
ListReportJobsResult |
withReportJobs(ReportJob... reportJobs)
Details about your report jobs in JSON format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ReportJob> getReportJobs()
Details about your report jobs in JSON format.
public void setReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
reportJobs
- Details about your report jobs in JSON format.public ListReportJobsResult withReportJobs(ReportJob... reportJobs)
Details about your report jobs in JSON format.
NOTE: This method appends the values to the existing list (if any). Use
setReportJobs(java.util.Collection)
or withReportJobs(java.util.Collection)
if you want to
override the existing values.
reportJobs
- Details about your report jobs in JSON format.public ListReportJobsResult withReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
reportJobs
- Details about your report jobs in JSON format.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListReportJobsResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListReportJobsResult clone()