@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMatchmakingResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingResult |
clone() |
boolean |
equals(Object obj) |
List<MatchmakingTicket> |
getTicketList()
A collection of existing matchmaking ticket objects matching the request.
|
int |
hashCode() |
void |
setTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMatchmakingResult |
withTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResult |
withTicketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MatchmakingTicket> getTicketList()
A collection of existing matchmaking ticket objects matching the request.
public void setTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
ticketList
- A collection of existing matchmaking ticket objects matching the request.public DescribeMatchmakingResult withTicketList(MatchmakingTicket... ticketList)
A 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
- A collection of existing matchmaking ticket objects matching the request.public DescribeMatchmakingResult withTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
ticketList
- A collection of existing matchmaking ticket objects matching the request.public String toString()
toString
in class Object
Object.toString()
public DescribeMatchmakingResult clone()