@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMatchmakingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartMatchmakingResult() |
Modifier and Type | Method and Description |
---|---|
StartMatchmakingResult |
clone() |
boolean |
equals(Object obj) |
MatchmakingTicket |
getMatchmakingTicket()
Ticket representing the matchmaking request.
|
int |
hashCode() |
void |
setMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
String |
toString()
Returns a string representation of this object.
|
StartMatchmakingResult |
withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process.
matchmakingTicket
- Ticket representing the matchmaking request. This object include the information included in the request,
ticket status, and match results as generated during the matchmaking process.public MatchmakingTicket getMatchmakingTicket()
Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process.
public StartMatchmakingResult withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process.
matchmakingTicket
- Ticket representing the matchmaking request. This object include the information included in the request,
ticket status, and match results as generated during the matchmaking process.public String toString()
toString
in class Object
Object.toString()
public StartMatchmakingResult clone()