Class EntityResolutionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddPolicyStatementRequest,BatchDeleteUniqueIdRequest,CreateIdMappingWorkflowRequest,CreateIdNamespaceRequest,CreateMatchingWorkflowRequest,CreateSchemaMappingRequest,DeleteIdMappingWorkflowRequest,DeleteIdNamespaceRequest,DeleteMatchingWorkflowRequest,DeletePolicyStatementRequest,DeleteSchemaMappingRequest,GetIdMappingJobRequest,GetIdMappingWorkflowRequest,GetIdNamespaceRequest,GetMatchIdRequest,GetMatchingJobRequest,GetMatchingWorkflowRequest,GetPolicyRequest,GetProviderServiceRequest,GetSchemaMappingRequest,ListIdMappingJobsRequest,ListIdMappingWorkflowsRequest,ListIdNamespacesRequest,ListMatchingJobsRequest,ListMatchingWorkflowsRequest,ListProviderServicesRequest,ListSchemaMappingsRequest,ListTagsForResourceRequest,PutPolicyRequest,StartIdMappingJobRequest,StartMatchingJobRequest,TagResourceRequest,UntagResourceRequest,UpdateIdMappingWorkflowRequest,UpdateIdNamespaceRequest,UpdateMatchingWorkflowRequest,UpdateSchemaMappingRequest
@Generated("software.amazon.awssdk:codegen") public abstract class EntityResolutionRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityResolutionRequest.Builderprotected static classEntityResolutionRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityResolutionRequest(EntityResolutionRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract EntityResolutionRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
EntityResolutionRequest
protected EntityResolutionRequest(EntityResolutionRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract EntityResolutionRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-