@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportsListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an import that was returned by a lookup request.
Constructor and Description |
---|
ImportsListItem() |
Modifier and Type | Method and Description |
---|---|
ImportsListItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The timestamp of the import's creation.
|
List<String> |
getDestinations()
The ARN of the destination event data store.
|
String |
getImportId()
The ID of the import.
|
String |
getImportStatus()
The status of the import.
|
Date |
getUpdatedTimestamp()
The timestamp of the import's last update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp of the import's creation.
|
void |
setDestinations(Collection<String> destinations)
The ARN of the destination event data store.
|
void |
setImportId(String importId)
The ID of the import.
|
void |
setImportStatus(String importStatus)
The status of the import.
|
void |
setUpdatedTimestamp(Date updatedTimestamp)
The timestamp of the import's last update.
|
String |
toString()
Returns a string representation of this object.
|
ImportsListItem |
withCreatedTimestamp(Date createdTimestamp)
The timestamp of the import's creation.
|
ImportsListItem |
withDestinations(Collection<String> destinations)
The ARN of the destination event data store.
|
ImportsListItem |
withDestinations(String... destinations)
The ARN of the destination event data store.
|
ImportsListItem |
withImportId(String importId)
The ID of the import.
|
ImportsListItem |
withImportStatus(ImportStatus importStatus)
The status of the import.
|
ImportsListItem |
withImportStatus(String importStatus)
The status of the import.
|
ImportsListItem |
withUpdatedTimestamp(Date updatedTimestamp)
The timestamp of the import's last update.
|
public void setImportId(String importId)
The ID of the import.
importId
- The ID of the import.public String getImportId()
The ID of the import.
public ImportsListItem withImportId(String importId)
The ID of the import.
importId
- The ID of the import.public void setImportStatus(String importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public String getImportStatus()
The status of the import.
ImportStatus
public ImportsListItem withImportStatus(String importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public ImportsListItem withImportStatus(ImportStatus importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public List<String> getDestinations()
The ARN of the destination event data store.
public void setDestinations(Collection<String> destinations)
The ARN of the destination event data store.
destinations
- The ARN of the destination event data store.public ImportsListItem withDestinations(String... destinations)
The ARN of the destination event data store.
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection)
or withDestinations(java.util.Collection)
if you want to
override the existing values.
destinations
- The ARN of the destination event data store.public ImportsListItem withDestinations(Collection<String> destinations)
The ARN of the destination event data store.
destinations
- The ARN of the destination event data store.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp of the import's creation.
createdTimestamp
- The timestamp of the import's creation.public Date getCreatedTimestamp()
The timestamp of the import's creation.
public ImportsListItem withCreatedTimestamp(Date createdTimestamp)
The timestamp of the import's creation.
createdTimestamp
- The timestamp of the import's creation.public void setUpdatedTimestamp(Date updatedTimestamp)
The timestamp of the import's last update.
updatedTimestamp
- The timestamp of the import's last update.public Date getUpdatedTimestamp()
The timestamp of the import's last update.
public ImportsListItem withUpdatedTimestamp(Date updatedTimestamp)
The timestamp of the import's last update.
updatedTimestamp
- The timestamp of the import's last update.public String toString()
toString
in class Object
Object.toString()
public ImportsListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.