Class DeleteExpressionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudsearch.model.CloudSearchRequest
-
- software.amazon.awssdk.services.cloudsearch.model.DeleteExpressionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteExpressionRequest extends CloudSearchRequest implements ToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>
Container for the parameters to the
DeleteExpressionoperation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteExpressionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteExpressionRequest.Builderbuilder()StringdomainName()Returns the value of the DomainName property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexpressionName()The name of theExpressionto delete.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeleteExpressionRequest.Builder>serializableBuilderClass()DeleteExpressionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainName
public final String domainName()
Returns the value of the DomainName property for this object.- Returns:
- The value of the DomainName property for this object.
-
expressionName
public final String expressionName()
The name of the
Expressionto delete.- Returns:
- The name of the
Expressionto delete.
-
toBuilder
public DeleteExpressionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteExpressionRequest.Builder,DeleteExpressionRequest>- Specified by:
toBuilderin classCloudSearchRequest
-
builder
public static DeleteExpressionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteExpressionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-