@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAutoMergingPreviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAutoMergingPreviewResult() |
Modifier and Type | Method and Description |
---|---|
GetAutoMergingPreviewResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
Long |
getNumberOfMatchesInSample()
The number of match groups in the domain that have been reviewed in this preview dry run.
|
Long |
getNumberOfProfilesInSample()
The number of profiles found in this preview dry run.
|
Long |
getNumberOfProfilesWillBeMerged()
The number of profiles that would be merged if this wasn't a preview dry run.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setNumberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
|
void |
setNumberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
|
void |
setNumberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
|
String |
toString()
Returns a string representation of this object.
|
GetAutoMergingPreviewResult |
withDomainName(String domainName)
The unique name of the domain.
|
GetAutoMergingPreviewResult |
withNumberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
|
GetAutoMergingPreviewResult |
withNumberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
|
GetAutoMergingPreviewResult |
withNumberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public GetAutoMergingPreviewResult withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setNumberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
numberOfMatchesInSample
- The number of match groups in the domain that have been reviewed in this preview dry run.public Long getNumberOfMatchesInSample()
The number of match groups in the domain that have been reviewed in this preview dry run.
public GetAutoMergingPreviewResult withNumberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
numberOfMatchesInSample
- The number of match groups in the domain that have been reviewed in this preview dry run.public void setNumberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
numberOfProfilesInSample
- The number of profiles found in this preview dry run.public Long getNumberOfProfilesInSample()
The number of profiles found in this preview dry run.
public GetAutoMergingPreviewResult withNumberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
numberOfProfilesInSample
- The number of profiles found in this preview dry run.public void setNumberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
numberOfProfilesWillBeMerged
- The number of profiles that would be merged if this wasn't a preview dry run.public Long getNumberOfProfilesWillBeMerged()
The number of profiles that would be merged if this wasn't a preview dry run.
public GetAutoMergingPreviewResult withNumberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
numberOfProfilesWillBeMerged
- The number of profiles that would be merged if this wasn't a preview dry run.public String toString()
toString
in class Object
Object.toString()
public GetAutoMergingPreviewResult clone()