@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCopyJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCopyJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListCopyJobsResult |
clone() |
boolean |
equals(Object obj) |
List<CopyJob> |
getCopyJobs()
An array of structures containing metadata about your copy jobs returned in JSON format.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
String |
toString()
Returns a string representation of this object.
|
ListCopyJobsResult |
withCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResult |
withCopyJobs(CopyJob... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResult |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CopyJob> getCopyJobs()
An array of structures containing metadata about your copy jobs returned in JSON format.
public void setCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
copyJobs
- An array of structures containing metadata about your copy jobs returned in JSON format.public ListCopyJobsResult withCopyJobs(CopyJob... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
NOTE: This method appends the values to the existing list (if any). Use
setCopyJobs(java.util.Collection)
or withCopyJobs(java.util.Collection)
if you want to override
the existing values.
copyJobs
- An array of structures containing metadata about your copy jobs returned in JSON format.public ListCopyJobsResult withCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
copyJobs
- An array of structures containing metadata about your copy jobs returned in JSON format.public void setNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list starting at the
location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
public ListCopyJobsResult withNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list starting at the
location pointed to by the next token.public String toString()
toString
in class Object
Object.toString()
public ListCopyJobsResult clone()