@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFeatureRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFeatureRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFeatureRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFeature()
The name of the feature to delete.
|
String |
getProject()
The name or ARN of the project that contains the feature to delete.
|
int |
hashCode() |
void |
setFeature(String feature)
The name of the feature to delete.
|
void |
setProject(String project)
The name or ARN of the project that contains the feature to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFeatureRequest |
withFeature(String feature)
The name of the feature to delete.
|
DeleteFeatureRequest |
withProject(String project)
The name or ARN of the project that contains the feature to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFeature(String feature)
The name of the feature to delete.
feature
- The name of the feature to delete.public String getFeature()
The name of the feature to delete.
public DeleteFeatureRequest withFeature(String feature)
The name of the feature to delete.
feature
- The name of the feature to delete.public void setProject(String project)
The name or ARN of the project that contains the feature to delete.
project
- The name or ARN of the project that contains the feature to delete.public String getProject()
The name or ARN of the project that contains the feature to delete.
public DeleteFeatureRequest withProject(String project)
The name or ARN of the project that contains the feature to delete.
project
- The name or ARN of the project that contains the feature to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteFeatureRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()