@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.
FeatureType
public 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.FeatureType
public 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.FeatureType
public 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.FeatureType
public 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.FeatureType
public 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.AdapterVersionStatus
public String getStatus()
Contains information on the status of a given adapter version.
AdapterVersionStatus
public 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.AdapterVersionStatus
public 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.AdapterVersionStatus
public 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 Object
Object.toString()
public AdapterVersionOverview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.