@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEarthObservationJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEarthObservationJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListEarthObservationJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ListEarthObservationJobOutputConfig> |
getEarthObservationJobSummaries()
Contains summary information about the Earth Observation jobs.
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
int |
hashCode() |
void |
setEarthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
String |
toString()
Returns a string representation of this object.
|
ListEarthObservationJobsResult |
withEarthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
ListEarthObservationJobsResult |
withEarthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
ListEarthObservationJobsResult |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ListEarthObservationJobOutputConfig> getEarthObservationJobSummaries()
Contains summary information about the Earth Observation jobs.
public void setEarthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
earthObservationJobSummaries
- Contains summary information about the Earth Observation jobs.public ListEarthObservationJobsResult withEarthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
NOTE: This method appends the values to the existing list (if any). Use
setEarthObservationJobSummaries(java.util.Collection)
or
withEarthObservationJobSummaries(java.util.Collection)
if you want to override the existing values.
earthObservationJobSummaries
- Contains summary information about the Earth Observation jobs.public ListEarthObservationJobsResult withEarthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
earthObservationJobSummaries
- Contains summary information about the Earth Observation jobs.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 ListEarthObservationJobsResult 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 String toString()
toString
in class Object
Object.toString()
public ListEarthObservationJobsResult clone()