Class ListJobsResult
java.lang.Object
com.amazonaws.services.importexport.model.ListJobsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Output structure for the ListJobs operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJobs()
int
hashCode()
void
setIsTruncated
(Boolean isTruncated) void
setJobs
(Collection<Job> jobs) toString()
Returns a string representation of this object; useful for testing and debugging.withIsTruncated
(Boolean isTruncated) NOTE: This method appends the values to the existing list (if any).withJobs
(Collection<Job> jobs)
-
Constructor Details
-
ListJobsResult
public ListJobsResult()
-
-
Method Details
-
getJobs
- Returns:
-
setJobs
- Parameters:
jobs
-
-
withJobs
NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection)
orwithJobs(java.util.Collection)
if you want to override the existing values.- Parameters:
jobs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobs
- Parameters:
jobs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
- Parameters:
isTruncated
-
-
getIsTruncated
- Returns:
-
withIsTruncated
- Parameters:
isTruncated
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
- Returns:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-