@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAdapterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAdapterResult() |
Modifier and Type | Method and Description |
---|---|
GetAdapterResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAdapterResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetAdapterResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdapterId()
A string identifying the adapter that information has been retrieved for.
|
String |
getAdapterName()
The name of the requested adapter.
|
String |
getAutoUpdate()
Binary value indicating if the adapter is being automatically updated or not.
|
Date |
getCreationTime()
The date and time the requested adapter was created at.
|
String |
getDescription()
The description for the requested adapter.
|
List<String> |
getFeatureTypes()
List of the targeted feature types for the requested adapter.
|
Map<String,String> |
getTags()
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
|
int |
hashCode() |
void |
setAdapterId(String adapterId)
A string identifying the adapter that information has been retrieved for.
|
void |
setAdapterName(String adapterName)
The name of the requested adapter.
|
void |
setAutoUpdate(String autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
void |
setCreationTime(Date creationTime)
The date and time the requested adapter was created at.
|
void |
setDescription(String description)
The description for the requested adapter.
|
void |
setFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the requested adapter.
|
void |
setTags(Map<String,String> tags)
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetAdapterResult |
withAdapterId(String adapterId)
A string identifying the adapter that information has been retrieved for.
|
GetAdapterResult |
withAdapterName(String adapterName)
The name of the requested adapter.
|
GetAdapterResult |
withAutoUpdate(AutoUpdate autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
GetAdapterResult |
withAutoUpdate(String autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
GetAdapterResult |
withCreationTime(Date creationTime)
The date and time the requested adapter was created at.
|
GetAdapterResult |
withDescription(String description)
The description for the requested adapter.
|
GetAdapterResult |
withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
withFeatureTypes(String... featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
withTags(Map<String,String> tags)
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAdapterId(String adapterId)
A string identifying the adapter that information has been retrieved for.
adapterId
- A string identifying the adapter that information has been retrieved for.public String getAdapterId()
A string identifying the adapter that information has been retrieved for.
public GetAdapterResult withAdapterId(String adapterId)
A string identifying the adapter that information has been retrieved for.
adapterId
- A string identifying the adapter that information has been retrieved for.public void setAdapterName(String adapterName)
The name of the requested adapter.
adapterName
- The name of the requested adapter.public String getAdapterName()
The name of the requested adapter.
public GetAdapterResult withAdapterName(String adapterName)
The name of the requested adapter.
adapterName
- The name of the requested adapter.public void setCreationTime(Date creationTime)
The date and time the requested adapter was created at.
creationTime
- The date and time the requested adapter was created at.public Date getCreationTime()
The date and time the requested adapter was created at.
public GetAdapterResult withCreationTime(Date creationTime)
The date and time the requested adapter was created at.
creationTime
- The date and time the requested adapter was created at.public void setDescription(String description)
The description for the requested adapter.
description
- The description for the requested adapter.public String getDescription()
The description for the requested adapter.
public GetAdapterResult withDescription(String description)
The description for the requested adapter.
description
- The description for the requested adapter.public List<String> getFeatureTypes()
List of the targeted feature types for the requested adapter.
FeatureType
public void setFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the requested adapter.
featureTypes
- List of the targeted feature types for the requested adapter.FeatureType
public GetAdapterResult withFeatureTypes(String... featureTypes)
List of the targeted feature types for the requested 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 requested adapter.FeatureType
public GetAdapterResult withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the requested adapter.
featureTypes
- List of the targeted feature types for the requested adapter.FeatureType
public GetAdapterResult withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the requested adapter.
featureTypes
- List of the targeted feature types for the requested adapter.FeatureType
public void setAutoUpdate(String autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
autoUpdate
- Binary value indicating if the adapter is being automatically updated or not.AutoUpdate
public String getAutoUpdate()
Binary value indicating if the adapter is being automatically updated or not.
AutoUpdate
public GetAdapterResult withAutoUpdate(String autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
autoUpdate
- Binary value indicating if the adapter is being automatically updated or not.AutoUpdate
public GetAdapterResult withAutoUpdate(AutoUpdate autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
autoUpdate
- Binary value indicating if the adapter is being automatically updated or not.AutoUpdate
public Map<String,String> getTags()
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
public void setTags(Map<String,String> tags)
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
tags
- A set of tags (key-value pairs) associated with the adapter that has been retrieved.public GetAdapterResult withTags(Map<String,String> tags)
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
tags
- A set of tags (key-value pairs) associated with the adapter that has been retrieved.public GetAdapterResult addTagsEntry(String key, String value)
public GetAdapterResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetAdapterResult clone()