@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJobsResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ExportJobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExportJobsResponse |
clone() |
boolean |
equals(Object obj) |
List<ExportJobResponse> |
getItem()
A list of export jobs for the application.
|
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setItem(Collection<ExportJobResponse> item)
A list of export jobs for the application.
|
void |
setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ExportJobsResponse |
withItem(Collection<ExportJobResponse> item)
A list of export jobs for the application.
|
ExportJobsResponse |
withItem(ExportJobResponse... item)
A list of export jobs for the application.
|
ExportJobsResponse |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
public List<ExportJobResponse> getItem()
public void setItem(Collection<ExportJobResponse> item)
item - A list of export jobs for the application.public ExportJobsResponse withItem(ExportJobResponse... item)
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection) or withItem(java.util.Collection) if you want to override the
existing values.
item - A list of export jobs for the application.public ExportJobsResponse withItem(Collection<ExportJobResponse> item)
item - A list of export jobs for the application.public void setNextToken(String nextToken)
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String getNextToken()
public ExportJobsResponse withNextToken(String nextToken)
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String toString()
toString in class ObjectObject.toString()public ExportJobsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.