@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVectorEnrichmentJobOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information about the output file.
Constructor and Description |
---|
ListVectorEnrichmentJobOutputConfig() |
Modifier and Type | Method and Description |
---|---|
ListVectorEnrichmentJobOutputConfig |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListVectorEnrichmentJobOutputConfig |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListVectorEnrichmentJobOutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
|
Date |
getCreationTime()
The creation time.
|
Integer |
getDurationInSeconds()
The duration of the session, in seconds.
|
String |
getName()
The names of the Vector Enrichment jobs in the list.
|
String |
getStatus()
The status of the Vector Enrichment jobs list.
|
Map<String,String> |
getTags()
Each tag consists of a key and a value.
|
String |
getType()
The type of the list of Vector Enrichment jobs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment 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 Vector Enrichment jobs in the list.
|
void |
setStatus(String status)
The status of the Vector Enrichment jobs list.
|
void |
setTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
void |
setType(String type)
The type of the list of Vector Enrichment jobs.
|
String |
toString()
Returns a string representation of this object.
|
ListVectorEnrichmentJobOutputConfig |
withArn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
|
ListVectorEnrichmentJobOutputConfig |
withCreationTime(Date creationTime)
The creation time.
|
ListVectorEnrichmentJobOutputConfig |
withDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
ListVectorEnrichmentJobOutputConfig |
withName(String name)
The names of the Vector Enrichment jobs in the list.
|
ListVectorEnrichmentJobOutputConfig |
withStatus(String status)
The status of the Vector Enrichment jobs list.
|
ListVectorEnrichmentJobOutputConfig |
withStatus(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment jobs list.
|
ListVectorEnrichmentJobOutputConfig |
withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
ListVectorEnrichmentJobOutputConfig |
withType(String type)
The type of the list of Vector Enrichment jobs.
|
ListVectorEnrichmentJobOutputConfig |
withType(VectorEnrichmentJobType type)
The type of the list of Vector Enrichment jobs.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
arn
- The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.public String getArn()
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
public ListVectorEnrichmentJobOutputConfig withArn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
arn
- The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public ListVectorEnrichmentJobOutputConfig 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 ListVectorEnrichmentJobOutputConfig 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 Vector Enrichment jobs in the list.
name
- The names of the Vector Enrichment jobs in the list.public String getName()
The names of the Vector Enrichment jobs in the list.
public ListVectorEnrichmentJobOutputConfig withName(String name)
The names of the Vector Enrichment jobs in the list.
name
- The names of the Vector Enrichment jobs in the list.public void setStatus(String status)
The status of the Vector Enrichment jobs list.
status
- The status of the Vector Enrichment jobs list.VectorEnrichmentJobStatus
public String getStatus()
The status of the Vector Enrichment jobs list.
VectorEnrichmentJobStatus
public ListVectorEnrichmentJobOutputConfig withStatus(String status)
The status of the Vector Enrichment jobs list.
status
- The status of the Vector Enrichment jobs list.VectorEnrichmentJobStatus
public ListVectorEnrichmentJobOutputConfig withStatus(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment jobs list.
status
- The status of the Vector Enrichment jobs list.VectorEnrichmentJobStatus
public 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 ListVectorEnrichmentJobOutputConfig 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 ListVectorEnrichmentJobOutputConfig addTagsEntry(String key, String value)
public ListVectorEnrichmentJobOutputConfig clearTagsEntries()
public void setType(String type)
The type of the list of Vector Enrichment jobs.
type
- The type of the list of Vector Enrichment jobs.VectorEnrichmentJobType
public String getType()
The type of the list of Vector Enrichment jobs.
VectorEnrichmentJobType
public ListVectorEnrichmentJobOutputConfig withType(String type)
The type of the list of Vector Enrichment jobs.
type
- The type of the list of Vector Enrichment jobs.VectorEnrichmentJobType
public ListVectorEnrichmentJobOutputConfig withType(VectorEnrichmentJobType type)
The type of the list of Vector Enrichment jobs.
type
- The type of the list of Vector Enrichment jobs.VectorEnrichmentJobType
public String toString()
toString
in class Object
Object.toString()
public ListVectorEnrichmentJobOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.