@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchingRequest extends Object implements Serializable, Cloneable, StructuredPojo
The flag that enables the matching process of duplicate profiles.
| Constructor and Description |
|---|
MatchingRequest() |
| Modifier and Type | Method and Description |
|---|---|
MatchingRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
The flag that enables the matching process of duplicate profiles.
|
int |
hashCode() |
Boolean |
isEnabled()
The flag that enables the matching process of duplicate profiles.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
String |
toString()
Returns a string representation of this object.
|
MatchingRequest |
withEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
public void setEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
enabled - The flag that enables the matching process of duplicate profiles.public Boolean getEnabled()
The flag that enables the matching process of duplicate profiles.
public MatchingRequest withEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
enabled - The flag that enables the matching process of duplicate profiles.public Boolean isEnabled()
The flag that enables the matching process of duplicate profiles.
public String toString()
toString in class ObjectObject.toString()public MatchingRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.