@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdapterVersionOverview extends Object implements Serializable, Cloneable, StructuredPojo
Summary info for an adapter version. Contains information on the AdapterId, AdapterVersion, CreationTime, FeatureTypes, and Status.
| Constructor and Description | 
|---|
| AdapterVersionOverview() | 
| Modifier and Type | Method and Description | 
|---|---|
| AdapterVersionOverview | clone() | 
| boolean | equals(Object obj) | 
| String | getAdapterId()
 A unique identifier for the adapter associated with a given adapter version. | 
| String | getAdapterVersion()
 An identified for a given adapter version. | 
| Date | getCreationTime()
 The date and time that a given adapter version was created. | 
| List<String> | getFeatureTypes()
 The feature types that the adapter version is operating on. | 
| String | getStatus()
 Contains information on the status of a given adapter version. | 
| String | getStatusMessage()
 A message explaining the status of a given adapter vesion. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAdapterId(String adapterId)
 A unique identifier for the adapter associated with a given adapter version. | 
| void | setAdapterVersion(String adapterVersion)
 An identified for a given adapter version. | 
| void | setCreationTime(Date creationTime)
 The date and time that a given adapter version was created. | 
| void | setFeatureTypes(Collection<String> featureTypes)
 The feature types that the adapter version is operating on. | 
| void | setStatus(String status)
 Contains information on the status of a given adapter version. | 
| void | setStatusMessage(String statusMessage)
 A message explaining the status of a given adapter vesion. | 
| String | toString()Returns a string representation of this object. | 
| AdapterVersionOverview | withAdapterId(String adapterId)
 A unique identifier for the adapter associated with a given adapter version. | 
| AdapterVersionOverview | withAdapterVersion(String adapterVersion)
 An identified for a given adapter version. | 
| AdapterVersionOverview | withCreationTime(Date creationTime)
 The date and time that a given adapter version was created. | 
| AdapterVersionOverview | withFeatureTypes(Collection<String> featureTypes)
 The feature types that the adapter version is operating on. | 
| AdapterVersionOverview | withFeatureTypes(FeatureType... featureTypes)
 The feature types that the adapter version is operating on. | 
| AdapterVersionOverview | withFeatureTypes(String... featureTypes)
 The feature types that the adapter version is operating on. | 
| AdapterVersionOverview | withStatus(AdapterVersionStatus status)
 Contains information on the status of a given adapter version. | 
| AdapterVersionOverview | withStatus(String status)
 Contains information on the status of a given adapter version. | 
| AdapterVersionOverview | withStatusMessage(String statusMessage)
 A message explaining the status of a given adapter vesion. | 
public void setAdapterId(String adapterId)
A unique identifier for the adapter associated with a given adapter version.
adapterId - A unique identifier for the adapter associated with a given adapter version.public String getAdapterId()
A unique identifier for the adapter associated with a given adapter version.
public AdapterVersionOverview withAdapterId(String adapterId)
A unique identifier for the adapter associated with a given adapter version.
adapterId - A unique identifier for the adapter associated with a given adapter version.public void setAdapterVersion(String adapterVersion)
An identified for a given adapter version.
adapterVersion - An identified for a given adapter version.public String getAdapterVersion()
An identified for a given adapter version.
public AdapterVersionOverview withAdapterVersion(String adapterVersion)
An identified for a given adapter version.
adapterVersion - An identified for a given adapter version.public void setCreationTime(Date creationTime)
The date and time that a given adapter version was created.
creationTime - The date and time that a given adapter version was created.public Date getCreationTime()
The date and time that a given adapter version was created.
public AdapterVersionOverview withCreationTime(Date creationTime)
The date and time that a given adapter version was created.
creationTime - The date and time that a given adapter version was created.public List<String> getFeatureTypes()
The feature types that the adapter version is operating on.
FeatureTypepublic void setFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter version is operating on.
featureTypes - The feature types that the adapter version is operating on.FeatureTypepublic AdapterVersionOverview withFeatureTypes(String... featureTypes)
The feature types that the adapter version is operating on.
 NOTE: This method appends the values to the existing list (if any). Use
 setFeatureTypes(java.util.Collection) or withFeatureTypes(java.util.Collection) if you want to
 override the existing values.
 
featureTypes - The feature types that the adapter version is operating on.FeatureTypepublic AdapterVersionOverview withFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter version is operating on.
featureTypes - The feature types that the adapter version is operating on.FeatureTypepublic AdapterVersionOverview withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter version is operating on.
featureTypes - The feature types that the adapter version is operating on.FeatureTypepublic void setStatus(String status)
Contains information on the status of a given adapter version.
status - Contains information on the status of a given adapter version.AdapterVersionStatuspublic String getStatus()
Contains information on the status of a given adapter version.
AdapterVersionStatuspublic AdapterVersionOverview withStatus(String status)
Contains information on the status of a given adapter version.
status - Contains information on the status of a given adapter version.AdapterVersionStatuspublic AdapterVersionOverview withStatus(AdapterVersionStatus status)
Contains information on the status of a given adapter version.
status - Contains information on the status of a given adapter version.AdapterVersionStatuspublic void setStatusMessage(String statusMessage)
A message explaining the status of a given adapter vesion.
statusMessage - A message explaining the status of a given adapter vesion.public String getStatusMessage()
A message explaining the status of a given adapter vesion.
public AdapterVersionOverview withStatusMessage(String statusMessage)
A message explaining the status of a given adapter vesion.
statusMessage - A message explaining the status of a given adapter vesion.public String toString()
toString in class ObjectObject.toString()public AdapterVersionOverview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.