@Generated(value="software.amazon.awssdk:codegen") public final class GetProviderServiceResponse extends EntityResolutionResponse implements ToCopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetProviderServiceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
anonymizedOutput()
Specifies whether output data from the provider is anonymized.
|
static GetProviderServiceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Document |
providerConfigurationDefinition()
The definition of the provider configuration.
|
ProviderEndpointConfiguration |
providerEndpointConfiguration()
The required configuration fields to use with the provider service.
|
Document |
providerEntityOutputDefinition()
The definition of the provider entity output.
|
ProviderIntermediateDataAccessConfiguration |
providerIntermediateDataAccessConfiguration()
The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3
bucket for intermediate data storage.
|
String |
providerName()
The name of the provider.
|
String |
providerServiceArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
|
String |
providerServiceDisplayName()
The display name of the provider service.
|
String |
providerServiceName()
The name of the product that the provider service provides.
|
ServiceType |
providerServiceType()
The type of provider service.
|
String |
providerServiceTypeAsString()
The type of provider service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetProviderServiceResponse.Builder> |
serializableBuilderClass() |
GetProviderServiceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean anonymizedOutput()
Specifies whether output data from the provider is anonymized. A value of TRUE means the output will
be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value
of FALSE means the output won't be anonymized and you can relate the data that comes back from the
provider to your source data.
TRUE means the
output will be anonymized and you can't relate the data that comes back from the provider to the
identifying input. A value of FALSE means the output won't be anonymized and you can relate
the data that comes back from the provider to your source data.public final Document providerConfigurationDefinition()
The definition of the provider configuration.
public final ProviderEndpointConfiguration providerEndpointConfiguration()
The required configuration fields to use with the provider service.
public final Document providerEntityOutputDefinition()
The definition of the provider entity output.
public final ProviderIntermediateDataAccessConfiguration providerIntermediateDataAccessConfiguration()
The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
public final String providerName()
The name of the provider. This name is typically the company name.
public final String providerServiceArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
public final String providerServiceDisplayName()
The display name of the provider service.
public final String providerServiceName()
The name of the product that the provider service provides.
public final ServiceType providerServiceType()
The type of provider service.
If the service returns an enum value that is not available in the current SDK version,
providerServiceType will return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from providerServiceTypeAsString().
ServiceTypepublic final String providerServiceTypeAsString()
The type of provider service.
If the service returns an enum value that is not available in the current SDK version,
providerServiceType will return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from providerServiceTypeAsString().
ServiceTypepublic GetProviderServiceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>toBuilder in class AwsResponsepublic static GetProviderServiceResponse.Builder builder()
public static Class<? extends GetProviderServiceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.