@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMatchIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMatchIdResult() |
Modifier and Type | Method and Description |
---|---|
GetMatchIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getMatchId()
The unique identifiers for this group of match records.
|
int |
hashCode() |
void |
setMatchId(String matchId)
The unique identifiers for this group of match records.
|
String |
toString()
Returns a string representation of this object.
|
GetMatchIdResult |
withMatchId(String matchId)
The unique identifiers for this group of match records.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMatchId(String matchId)
The unique identifiers for this group of match records.
matchId
- The unique identifiers for this group of match records.public String getMatchId()
The unique identifiers for this group of match records.
public GetMatchIdResult withMatchId(String matchId)
The unique identifiers for this group of match records.
matchId
- The unique identifiers for this group of match records.public String toString()
toString
in class Object
Object.toString()
public GetMatchIdResult clone()