@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAdapterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAdapterResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAdapterResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdapterId()
A string containing a unique ID for the adapter that has been updated.
|
String |
getAdapterName()
A string containing the name of the adapter that has been updated.
|
String |
getAutoUpdate()
The auto-update status of the adapter that has been updated.
|
Date |
getCreationTime()
An object specifying the creation time of the the adapter that has been updated.
|
String |
getDescription()
A string containing the description of the adapter that has been updated.
|
List<String> |
getFeatureTypes()
List of the targeted feature types for the updated adapter.
|
int |
hashCode() |
void |
setAdapterId(String adapterId)
A string containing a unique ID for the adapter that has been updated.
|
void |
setAdapterName(String adapterName)
A string containing the name of the adapter that has been updated.
|
void |
setAutoUpdate(String autoUpdate)
The auto-update status of the adapter that has been updated.
|
void |
setCreationTime(Date creationTime)
An object specifying the creation time of the the adapter that has been updated.
|
void |
setDescription(String description)
A string containing the description of the adapter that has been updated.
|
void |
setFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the updated adapter.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAdapterResult |
withAdapterId(String adapterId)
A string containing a unique ID for the adapter that has been updated.
|
UpdateAdapterResult |
withAdapterName(String adapterName)
A string containing the name of the adapter that has been updated.
|
UpdateAdapterResult |
withAutoUpdate(AutoUpdate autoUpdate)
The auto-update status of the adapter that has been updated.
|
UpdateAdapterResult |
withAutoUpdate(String autoUpdate)
The auto-update status of the adapter that has been updated.
|
UpdateAdapterResult |
withCreationTime(Date creationTime)
An object specifying the creation time of the the adapter that has been updated.
|
UpdateAdapterResult |
withDescription(String description)
A string containing the description of the adapter that has been updated.
|
UpdateAdapterResult |
withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResult |
withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResult |
withFeatureTypes(String... featureTypes)
List of the targeted feature types for the updated adapter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAdapterId(String adapterId)
A string containing a unique ID for the adapter that has been updated.
adapterId
- A string containing a unique ID for the adapter that has been updated.public String getAdapterId()
A string containing a unique ID for the adapter that has been updated.
public UpdateAdapterResult withAdapterId(String adapterId)
A string containing a unique ID for the adapter that has been updated.
adapterId
- A string containing a unique ID for the adapter that has been updated.public void setAdapterName(String adapterName)
A string containing the name of the adapter that has been updated.
adapterName
- A string containing the name of the adapter that has been updated.public String getAdapterName()
A string containing the name of the adapter that has been updated.
public UpdateAdapterResult withAdapterName(String adapterName)
A string containing the name of the adapter that has been updated.
adapterName
- A string containing the name of the adapter that has been updated.public void setCreationTime(Date creationTime)
An object specifying the creation time of the the adapter that has been updated.
creationTime
- An object specifying the creation time of the the adapter that has been updated.public Date getCreationTime()
An object specifying the creation time of the the adapter that has been updated.
public UpdateAdapterResult withCreationTime(Date creationTime)
An object specifying the creation time of the the adapter that has been updated.
creationTime
- An object specifying the creation time of the the adapter that has been updated.public void setDescription(String description)
A string containing the description of the adapter that has been updated.
description
- A string containing the description of the adapter that has been updated.public String getDescription()
A string containing the description of the adapter that has been updated.
public UpdateAdapterResult withDescription(String description)
A string containing the description of the adapter that has been updated.
description
- A string containing the description of the adapter that has been updated.public List<String> getFeatureTypes()
List of the targeted feature types for the updated adapter.
FeatureType
public void setFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the updated adapter.
featureTypes
- List of the targeted feature types for the updated adapter.FeatureType
public UpdateAdapterResult withFeatureTypes(String... featureTypes)
List of the targeted feature types for the updated adapter.
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
- List of the targeted feature types for the updated adapter.FeatureType
public UpdateAdapterResult withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the updated adapter.
featureTypes
- List of the targeted feature types for the updated adapter.FeatureType
public UpdateAdapterResult withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the updated adapter.
featureTypes
- List of the targeted feature types for the updated adapter.FeatureType
public void setAutoUpdate(String autoUpdate)
The auto-update status of the adapter that has been updated.
autoUpdate
- The auto-update status of the adapter that has been updated.AutoUpdate
public String getAutoUpdate()
The auto-update status of the adapter that has been updated.
AutoUpdate
public UpdateAdapterResult withAutoUpdate(String autoUpdate)
The auto-update status of the adapter that has been updated.
autoUpdate
- The auto-update status of the adapter that has been updated.AutoUpdate
public UpdateAdapterResult withAutoUpdate(AutoUpdate autoUpdate)
The auto-update status of the adapter that has been updated.
autoUpdate
- The auto-update status of the adapter that has been updated.AutoUpdate
public String toString()
toString
in class Object
Object.toString()
public UpdateAdapterResult clone()