@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportJobsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.
Constructor and Description |
---|
ImportJobsResponse() |
Modifier and Type | Method and Description |
---|---|
ImportJobsResponse |
clone() |
boolean |
equals(Object obj) |
List<ImportJobResponse> |
getItem()
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import 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<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import 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.
|
ImportJobsResponse |
withItem(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
ImportJobsResponse |
withItem(ImportJobResponse... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
ImportJobsResponse |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
public List<ImportJobResponse> getItem()
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
public void setItem(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
item
- An array of responses, one for each import job that's associated with the application (Import Jobs
resource) or segment (Segment Import Jobs resource).public ImportJobsResponse withItem(ImportJobResponse... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import 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 import job that's associated with the application (Import Jobs
resource) or segment (Segment Import Jobs resource).public ImportJobsResponse withItem(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
item
- An array of responses, one for each import job that's associated with the application (Import Jobs
resource) or segment (Segment Import 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 ImportJobsResponse 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 ImportJobsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.