@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
DescribeMatchmakingResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingResult |
clone() |
boolean |
equals(Object obj) |
List<MatchmakingTicket> |
getTicketList()
Collection of existing matchmaking ticket objects matching the request.
|
int |
hashCode() |
void |
setTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMatchmakingResult |
withTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResult |
withTicketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MatchmakingTicket> getTicketList()
Collection of existing matchmaking ticket objects matching the request.
public void setTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
ticketList
- Collection of existing matchmaking ticket objects matching the request.public DescribeMatchmakingResult withTicketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
NOTE: This method appends the values to the existing list (if any). Use
setTicketList(java.util.Collection)
or withTicketList(java.util.Collection)
if you want to
override the existing values.
ticketList
- Collection of existing matchmaking ticket objects matching the request.public DescribeMatchmakingResult withTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
ticketList
- Collection of existing matchmaking ticket objects matching the request.public String toString()
toString
in class Object
Object.toString()
public DescribeMatchmakingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.