@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEarthObservationJobOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information about the output file.
| Constructor and Description |
|---|
ListEarthObservationJobOutputConfig() |
| Modifier and Type | Method and Description |
|---|---|
ListEarthObservationJobOutputConfig |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListEarthObservationJobOutputConfig |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListEarthObservationJobOutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
|
Date |
getCreationTime()
The creation time.
|
Integer |
getDurationInSeconds()
The duration of the session, in seconds.
|
String |
getName()
The names of the Earth Observation jobs in the list.
|
String |
getOperationType()
The operation type for an Earth Observation job.
|
String |
getStatus()
The status of the list of the Earth Observation jobs.
|
Map<String,String> |
getTags()
Each tag consists of a key and a value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
|
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
void |
setName(String name)
The names of the Earth Observation jobs in the list.
|
void |
setOperationType(String operationType)
The operation type for an Earth Observation job.
|
void |
setStatus(String status)
The status of the list of the Earth Observation jobs.
|
void |
setTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
String |
toString()
Returns a string representation of this object.
|
ListEarthObservationJobOutputConfig |
withArn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig |
withCreationTime(Date creationTime)
The creation time.
|
ListEarthObservationJobOutputConfig |
withDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
ListEarthObservationJobOutputConfig |
withName(String name)
The names of the Earth Observation jobs in the list.
|
ListEarthObservationJobOutputConfig |
withOperationType(String operationType)
The operation type for an Earth Observation job.
|
ListEarthObservationJobOutputConfig |
withStatus(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig |
withStatus(String status)
The status of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig |
withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
arn - The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.public String getArn()
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
public ListEarthObservationJobOutputConfig withArn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
arn - The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.public void setCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public Date getCreationTime()
The creation time.
public ListEarthObservationJobOutputConfig withCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public void setDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
durationInSeconds - The duration of the session, in seconds.public Integer getDurationInSeconds()
The duration of the session, in seconds.
public ListEarthObservationJobOutputConfig withDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
durationInSeconds - The duration of the session, in seconds.public void setName(String name)
The names of the Earth Observation jobs in the list.
name - The names of the Earth Observation jobs in the list.public String getName()
The names of the Earth Observation jobs in the list.
public ListEarthObservationJobOutputConfig withName(String name)
The names of the Earth Observation jobs in the list.
name - The names of the Earth Observation jobs in the list.public void setOperationType(String operationType)
The operation type for an Earth Observation job.
operationType - The operation type for an Earth Observation job.public String getOperationType()
The operation type for an Earth Observation job.
public ListEarthObservationJobOutputConfig withOperationType(String operationType)
The operation type for an Earth Observation job.
operationType - The operation type for an Earth Observation job.public void setStatus(String status)
The status of the list of the Earth Observation jobs.
status - The status of the list of the Earth Observation jobs.EarthObservationJobStatuspublic String getStatus()
The status of the list of the Earth Observation jobs.
EarthObservationJobStatuspublic ListEarthObservationJobOutputConfig withStatus(String status)
The status of the list of the Earth Observation jobs.
status - The status of the list of the Earth Observation jobs.EarthObservationJobStatuspublic ListEarthObservationJobOutputConfig withStatus(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
status - The status of the list of the Earth Observation jobs.EarthObservationJobStatuspublic Map<String,String> getTags()
Each tag consists of a key and a value.
public void setTags(Map<String,String> tags)
Each tag consists of a key and a value.
tags - Each tag consists of a key and a value.public ListEarthObservationJobOutputConfig withTags(Map<String,String> tags)
Each tag consists of a key and a value.
tags - Each tag consists of a key and a value.public ListEarthObservationJobOutputConfig addTagsEntry(String key, String value)
public ListEarthObservationJobOutputConfig clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListEarthObservationJobOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.