@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVectorEnrichmentJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVectorEnrichmentJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListVectorEnrichmentJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
List<ListVectorEnrichmentJobOutputConfig> |
getVectorEnrichmentJobSummaries()
Contains summary information about the Vector Enrichment jobs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
void |
setVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
String |
toString()
Returns a string representation of this object.
|
ListVectorEnrichmentJobsResult |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListVectorEnrichmentJobsResult |
withVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
ListVectorEnrichmentJobsResult |
withVectorEnrichmentJobSummaries(ListVectorEnrichmentJobOutputConfig... vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public String getNextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListVectorEnrichmentJobsResult withNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public List<ListVectorEnrichmentJobOutputConfig> getVectorEnrichmentJobSummaries()
Contains summary information about the Vector Enrichment jobs.
public void setVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
vectorEnrichmentJobSummaries
- Contains summary information about the Vector Enrichment jobs.public ListVectorEnrichmentJobsResult withVectorEnrichmentJobSummaries(ListVectorEnrichmentJobOutputConfig... vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
NOTE: This method appends the values to the existing list (if any). Use
setVectorEnrichmentJobSummaries(java.util.Collection)
or
withVectorEnrichmentJobSummaries(java.util.Collection)
if you want to override the existing values.
vectorEnrichmentJobSummaries
- Contains summary information about the Vector Enrichment jobs.public ListVectorEnrichmentJobsResult withVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
vectorEnrichmentJobSummaries
- Contains summary information about the Vector Enrichment jobs.public String toString()
toString
in class Object
Object.toString()
public ListVectorEnrichmentJobsResult clone()