@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP| Constructor and Description |
|---|
DescribeMatchmakingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTicketIds()
Unique identifier for a matchmaking ticket.
|
int |
hashCode() |
void |
setTicketIds(Collection<String> ticketIds)
Unique identifier for a matchmaking ticket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMatchmakingRequest |
withTicketIds(Collection<String> ticketIds)
Unique identifier for a matchmaking ticket.
|
DescribeMatchmakingRequest |
withTicketIds(String... ticketIds)
Unique identifier for a matchmaking ticket.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getTicketIds()
Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.
public void setTicketIds(Collection<String> ticketIds)
Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.
ticketIds - Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.public DescribeMatchmakingRequest withTicketIds(String... ticketIds)
Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.
NOTE: This method appends the values to the existing list (if any). Use
setTicketIds(java.util.Collection) or withTicketIds(java.util.Collection) if you want to
override the existing values.
ticketIds - Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.public DescribeMatchmakingRequest withTicketIds(Collection<String> ticketIds)
Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.
ticketIds - Unique identifier for a matchmaking ticket. To request all existing tickets, leave this parameter empty.public String toString()
toString in class ObjectObject.toString()public DescribeMatchmakingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.