Class GetAutoMergingPreviewResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse
-
- software.amazon.awssdk.services.customerprofiles.model.GetAutoMergingPreviewResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetAutoMergingPreviewResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetAutoMergingPreviewResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAutoMergingPreviewResponse.Builderbuilder()StringdomainName()The unique name of the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongnumberOfMatchesInSample()The number of match groups in the domain that have been reviewed in this preview dry run.LongnumberOfProfilesInSample()The number of profiles found in this preview dry run.LongnumberOfProfilesWillBeMerged()The number of profiles that would be merged if this wasn't a preview dry run.List<SdkField<?>>sdkFields()static Class<? extends GetAutoMergingPreviewResponse.Builder>serializableBuilderClass()GetAutoMergingPreviewResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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()
The unique name of the domain.
- Returns:
- The unique name of the domain.
-
numberOfMatchesInSample
public final Long numberOfMatchesInSample()
The number of match groups in the domain that have been reviewed in this preview dry run.
- Returns:
- The number of match groups in the domain that have been reviewed in this preview dry run.
-
numberOfProfilesInSample
public final Long numberOfProfilesInSample()
The number of profiles found in this preview dry run.
- Returns:
- The number of profiles found in this preview dry run.
-
numberOfProfilesWillBeMerged
public final Long numberOfProfilesWillBeMerged()
The number of profiles that would be merged if this wasn't a preview dry run.
- Returns:
- The number of profiles that would be merged if this wasn't a preview dry run.
-
toBuilder
public GetAutoMergingPreviewResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetAutoMergingPreviewResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetAutoMergingPreviewResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-