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