@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJobsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.
Constructor and Description |
---|
ExportJobsResponse() |
Modifier and Type | Method and Description |
---|---|
ExportJobsResponse |
clone() |
boolean |
equals(Object obj) |
List<ExportJobResponse> |
getItem()
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
String |
getNextToken()
The string to 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)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
void |
setNextToken(String nextToken)
The string to 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)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
ExportJobsResponse |
withItem(ExportJobResponse... item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
ExportJobsResponse |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
public List<ExportJobResponse> getItem()
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
public void setItem(Collection<ExportJobResponse> item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
item
- An array of responses, one for each export job that's associated with the application (Export Jobs
resource) or segment (Segment Export Jobs resource).public ExportJobsResponse withItem(ExportJobResponse... item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
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
- An array of responses, one for each export job that's associated with the application (Export Jobs
resource) or segment (Segment Export Jobs resource).public ExportJobsResponse withItem(Collection<ExportJobResponse> item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
item
- An array of responses, one for each export job that's associated with the application (Export Jobs
resource) or segment (Segment Export Jobs resource).public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ExportJobsResponse withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString
in class Object
Object.toString()
public ExportJobsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.