@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFeatureGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFeatureGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFeatureGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFeatureGroupName()
The name of the
FeatureGroup you want to delete. |
int |
hashCode() |
void |
setFeatureGroupName(String featureGroupName)
The name of the
FeatureGroup you want to delete. |
String |
toString()
Returns a string representation of this object.
|
DeleteFeatureGroupRequest |
withFeatureGroupName(String featureGroupName)
The name of the
FeatureGroup you want 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 setFeatureGroupName(String featureGroupName)
The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web
Services Region in an Amazon Web Services account.
featureGroupName
- The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web
Services Region in an Amazon Web Services account.public String getFeatureGroupName()
The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web
Services Region in an Amazon Web Services account.
FeatureGroup
you want to delete. The name must be unique within an Amazon
Web Services Region in an Amazon Web Services account.public DeleteFeatureGroupRequest withFeatureGroupName(String featureGroupName)
The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web
Services Region in an Amazon Web Services account.
featureGroupName
- The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web
Services Region in an Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public DeleteFeatureGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()