Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteExpressionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>
Container for the parameters to the DeleteExpression
operation. Specifies the name of the domain
you want to update and the name of the expression you want to delete.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteExpressionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteExpressionRequest.Builder |
builder() |
|
String |
domainName() |
|
boolean |
equals(Object obj) |
|
String |
expressionName() |
The name of the
Expression to delete. |
int |
hashCode() |
|
static Class<? extends DeleteExpressionRequest.Builder> |
serializableBuilderClass() |
|
DeleteExpressionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
public String expressionName()
The name of the Expression
to delete.
Expression
to delete.public DeleteExpressionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>
public static DeleteExpressionRequest.Builder builder()
public static Class<? extends DeleteExpressionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.