@Generated(value="software.amazon.awssdk:codegen") public final class GetAutoMergingPreviewResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAutoMergingPreviewResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetAutoMergingPreviewResponse.Builder |
builder() |
String |
domainName()
The unique name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
numberOfMatchesInSample()
The number of match groups in the domain that have been reviewed in this preview dry run.
|
Long |
numberOfProfilesInSample()
The number of profiles found in this preview dry run.
|
Long |
numberOfProfilesWillBeMerged()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The unique name of the domain.
public final Long numberOfMatchesInSample()
The number of match groups in the domain that have been reviewed in this preview dry run.
public final Long numberOfProfilesInSample()
The number of profiles found in this preview dry run.
public final Long numberOfProfilesWillBeMerged()
The number of profiles that would be merged if this wasn't a preview dry run.
public GetAutoMergingPreviewResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>toBuilder in class AwsResponsepublic static GetAutoMergingPreviewResponse.Builder builder()
public static Class<? extends GetAutoMergingPreviewResponse.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 © 2022. All rights reserved.