@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdapterOverview extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on the adapter, including the adapter ID, Name, Creation time, and feature types.
Constructor and Description |
---|
AdapterOverview() |
Modifier and Type | Method and Description |
---|---|
AdapterOverview |
clone() |
boolean |
equals(Object obj) |
String |
getAdapterId()
A unique identifier for the adapter resource.
|
String |
getAdapterName()
A string naming the adapter resource.
|
Date |
getCreationTime()
The date and time that the adapter was created.
|
List<String> |
getFeatureTypes()
The feature types that the adapter is operating on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdapterId(String adapterId)
A unique identifier for the adapter resource.
|
void |
setAdapterName(String adapterName)
A string naming the adapter resource.
|
void |
setCreationTime(Date creationTime)
The date and time that the adapter was created.
|
void |
setFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter is operating on.
|
String |
toString()
Returns a string representation of this object.
|
AdapterOverview |
withAdapterId(String adapterId)
A unique identifier for the adapter resource.
|
AdapterOverview |
withAdapterName(String adapterName)
A string naming the adapter resource.
|
AdapterOverview |
withCreationTime(Date creationTime)
The date and time that the adapter was created.
|
AdapterOverview |
withFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter is operating on.
|
AdapterOverview |
withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.
|
AdapterOverview |
withFeatureTypes(String... featureTypes)
The feature types that the adapter is operating on.
|
public void setAdapterId(String adapterId)
A unique identifier for the adapter resource.
adapterId
- A unique identifier for the adapter resource.public String getAdapterId()
A unique identifier for the adapter resource.
public AdapterOverview withAdapterId(String adapterId)
A unique identifier for the adapter resource.
adapterId
- A unique identifier for the adapter resource.public void setAdapterName(String adapterName)
A string naming the adapter resource.
adapterName
- A string naming the adapter resource.public String getAdapterName()
A string naming the adapter resource.
public AdapterOverview withAdapterName(String adapterName)
A string naming the adapter resource.
adapterName
- A string naming the adapter resource.public void setCreationTime(Date creationTime)
The date and time that the adapter was created.
creationTime
- The date and time that the adapter was created.public Date getCreationTime()
The date and time that the adapter was created.
public AdapterOverview withCreationTime(Date creationTime)
The date and time that the adapter was created.
creationTime
- The date and time that the adapter was created.public List<String> getFeatureTypes()
The feature types that the adapter is operating on.
FeatureType
public void setFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter is operating on.
featureTypes
- The feature types that the adapter is operating on.FeatureType
public AdapterOverview withFeatureTypes(String... featureTypes)
The feature types that the adapter 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 is operating on.FeatureType
public AdapterOverview withFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter is operating on.
featureTypes
- The feature types that the adapter is operating on.FeatureType
public AdapterOverview withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.
featureTypes
- The feature types that the adapter is operating on.FeatureType
public String toString()
toString
in class Object
Object.toString()
public AdapterOverview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.