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