@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFeatureResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFeatureResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureResult |
clone() |
boolean |
equals(Object obj) |
Feature |
getFeature()
A structure that contains information about the updated feature.
|
int |
hashCode() |
void |
setFeature(Feature feature)
A structure that contains information about the updated feature.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFeatureResult |
withFeature(Feature feature)
A structure that contains information about the updated feature.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFeature(Feature feature)
A structure that contains information about the updated feature.
feature - A structure that contains information about the updated feature.public Feature getFeature()
A structure that contains information about the updated feature.
public UpdateFeatureResult withFeature(Feature feature)
A structure that contains information about the updated feature.
feature - A structure that contains information about the updated feature.public String toString()
toString in class ObjectObject.toString()public UpdateFeatureResult clone()