@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GameSessionQueueDestination extends Object implements Serializable, Cloneable, StructuredPojo
Fleet designated in a game session queue. Requests for new game sessions in the queue are fulfilled by starting a new game session on any destination configured for a queue.
Queue-related operations include:
Constructor and Description |
---|
GameSessionQueueDestination() |
Modifier and Type | Method and Description |
---|---|
GameSessionQueueDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationArn()
Amazon Resource Name (ARN) assigned to fleet or fleet alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationArn(String destinationArn)
Amazon Resource Name (ARN) assigned to fleet or fleet alias.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GameSessionQueueDestination |
withDestinationArn(String destinationArn)
Amazon Resource Name (ARN) assigned to fleet or fleet alias.
|
public void setDestinationArn(String destinationArn)
Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a region name, provide a unique identifier across all regions.
destinationArn
- Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID
and a region name, provide a unique identifier across all regions.public String getDestinationArn()
Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a region name, provide a unique identifier across all regions.
public GameSessionQueueDestination withDestinationArn(String destinationArn)
Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a region name, provide a unique identifier across all regions.
destinationArn
- Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID
and a region name, provide a unique identifier across all regions.public String toString()
toString
in class Object
Object.toString()
public GameSessionQueueDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.