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