@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeMatchmakingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.