@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopMatchmakingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
StopMatchmakingRequest () |
| Modifier and Type | Method and Description |
|---|---|
StopMatchmakingRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getTicketId ()
A unique identifier for a matchmaking ticket.
|
int |
hashCode () |
void |
setTicketId (String ticketId)
A unique identifier for a matchmaking ticket.
|
String |
toString ()
Returns a string representation of this object.
|
StopMatchmakingRequest |
withTicketId (String ticketId)
A 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 StopMatchmakingRequest()
public void setTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
ticketId - A unique identifier for a matchmaking ticket.public String getTicketId()
A unique identifier for a matchmaking ticket.
public StopMatchmakingRequest withTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
ticketId - A unique identifier for a matchmaking ticket.public String toString()
toString in class Object Object.toString() public StopMatchmakingRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()