@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchingResponse extends Object implements Serializable, Cloneable, StructuredPojo
The flag that enables the matching process of duplicate profiles.
Constructor and Description |
---|
MatchingResponse() |
Modifier and Type | Method and Description |
---|---|
MatchingResponse |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
String |
toString()
Returns a string representation of this object.
|
MatchingResponse |
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 MatchingResponse 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 Object
Object.toString()
public MatchingResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.