@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIngestionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIngestionsResult() |
Modifier and Type | Method and Description |
---|---|
ListIngestionsResult |
clone() |
boolean |
equals(Object obj) |
List<Ingestion> |
getIngestions()
A list of the ingestions.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
ListIngestionsResult |
withIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
ListIngestionsResult |
withIngestions(Ingestion... ingestions)
A list of the ingestions.
|
ListIngestionsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIngestionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListIngestionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Ingestion> getIngestions()
A list of the ingestions.
public void setIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
ingestions
- A list of the ingestions.public ListIngestionsResult withIngestions(Ingestion... ingestions)
A list of the ingestions.
NOTE: This method appends the values to the existing list (if any). Use
setIngestions(java.util.Collection)
or withIngestions(java.util.Collection)
if you want to
override the existing values.
ingestions
- A list of the ingestions.public ListIngestionsResult withIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
ingestions
- A list of the ingestions.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListIngestionsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public ListIngestionsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public ListIngestionsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public ListIngestionsResult clone()