@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the properties of a stage.
| Constructor and Description |
|---|
StageSummary() |
| Modifier and Type | Method and Description |
|---|---|
StageSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StageSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
StageSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the stage.
|
String |
getGameKey()
The game key associated with the stage.
|
String |
getName()
The name of the stage.
|
String |
getState()
The state of the stage.
|
Map<String,String> |
getTags()
The tags associated with the stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the stage.
|
void |
setGameKey(String gameKey)
The game key associated with the stage.
|
void |
setName(String name)
The name of the stage.
|
void |
setState(String state)
The state of the stage.
|
void |
setTags(Map<String,String> tags)
The tags associated with the stage.
|
String |
toString()
Returns a string representation of this object.
|
StageSummary |
withDescription(String description)
The description of the stage.
|
StageSummary |
withGameKey(String gameKey)
The game key associated with the stage.
|
StageSummary |
withName(String name)
The name of the stage.
|
StageSummary |
withState(StageState state)
The state of the stage.
|
StageSummary |
withState(String state)
The state of the stage.
|
StageSummary |
withTags(Map<String,String> tags)
The tags associated with the stage.
|
public void setDescription(String description)
The description of the stage.
description - The description of the stage.public String getDescription()
The description of the stage.
public StageSummary withDescription(String description)
The description of the stage.
description - The description of the stage.public void setGameKey(String gameKey)
The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
gameKey - The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
public String getGameKey()
The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
public StageSummary withGameKey(String gameKey)
The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
gameKey - The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
public void setName(String name)
The name of the stage.
name - The name of the stage.public String getName()
The name of the stage.
public StageSummary withName(String name)
The name of the stage.
name - The name of the stage.public void setState(String state)
The state of the stage.
state - The state of the stage.StageStatepublic String getState()
The state of the stage.
StageStatepublic StageSummary withState(String state)
The state of the stage.
state - The state of the stage.StageStatepublic StageSummary withState(StageState state)
The state of the stage.
state - The state of the stage.StageStatepublic Map<String,String> getTags()
The tags associated with the stage.
public void setTags(Map<String,String> tags)
The tags associated with the stage.
tags - The tags associated with the stage.public StageSummary withTags(Map<String,String> tags)
The tags associated with the stage.
tags - The tags associated with the stage.public StageSummary addTagsEntry(String key, String value)
public StageSummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public StageSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.