@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageDetails extends Object implements Serializable, Cloneable, StructuredPojo
Properties that provide details of a stage.
| Constructor and Description |
|---|
StageDetails() |
| Modifier and Type | Method and Description |
|---|---|
StageDetails |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StageDetails |
clearTagsEntries()
Removes all the entries added into Tags.
|
StageDetails |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the stage.
|
Date |
getCreated()
The timestamp of when the stage was created.
|
String |
getDescription()
The description of the stage.
|
String |
getGameKey()
The game key associated with the stage.
|
Date |
getLastUpdated()
The timestamp of when the stage was last updated.
|
String |
getLogGroup()
The Amazon CloudWatch log group for game runtimes deployed to the stage.
|
String |
getName()
The name of the stage.
|
String |
getRole()
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to 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 |
setArn(String arn)
The Amazon Resource Name (ARN) of the stage.
|
void |
setCreated(Date created)
The timestamp of when the stage was created.
|
void |
setDescription(String description)
The description of the stage.
|
void |
setGameKey(String gameKey)
The game key associated with the stage.
|
void |
setLastUpdated(Date lastUpdated)
The timestamp of when the stage was last updated.
|
void |
setLogGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
|
void |
setName(String name)
The name of the stage.
|
void |
setRole(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to 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.
|
StageDetails |
withArn(String arn)
The Amazon Resource Name (ARN) of the stage.
|
StageDetails |
withCreated(Date created)
The timestamp of when the stage was created.
|
StageDetails |
withDescription(String description)
The description of the stage.
|
StageDetails |
withGameKey(String gameKey)
The game key associated with the stage.
|
StageDetails |
withLastUpdated(Date lastUpdated)
The timestamp of when the stage was last updated.
|
StageDetails |
withLogGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
|
StageDetails |
withName(String name)
The name of the stage.
|
StageDetails |
withRole(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
|
StageDetails |
withState(StageState state)
The state of the stage.
|
StageDetails |
withState(String state)
The state of the stage.
|
StageDetails |
withTags(Map<String,String> tags)
The tags associated with the stage.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the stage.
arn - The Amazon Resource Name (ARN) of the stage.public String getArn()
The Amazon Resource Name (ARN) of the stage.
public StageDetails withArn(String arn)
The Amazon Resource Name (ARN) of the stage.
arn - The Amazon Resource Name (ARN) of the stage.public void setCreated(Date created)
The timestamp of when the stage was created.
created - The timestamp of when the stage was created.public Date getCreated()
The timestamp of when the stage was created.
public StageDetails withCreated(Date created)
The timestamp of when the stage was created.
created - The timestamp of when the stage was created.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 StageDetails 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 StageDetails 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 setLastUpdated(Date lastUpdated)
The timestamp of when the stage was last updated.
lastUpdated - The timestamp of when the stage was last updated.public Date getLastUpdated()
The timestamp of when the stage was last updated.
public StageDetails withLastUpdated(Date lastUpdated)
The timestamp of when the stage was last updated.
lastUpdated - The timestamp of when the stage was last updated.public void setLogGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
logGroup - The Amazon CloudWatch log group for game runtimes deployed to the stage.public String getLogGroup()
The Amazon CloudWatch log group for game runtimes deployed to the stage.
public StageDetails withLogGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
logGroup - The Amazon CloudWatch log group for game runtimes deployed to the stage.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 StageDetails withName(String name)
The name of the stage.
name - The name of the stage.public void setRole(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
role - The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.public String getRole()
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
public StageDetails withRole(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
role - The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to 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 StageDetails withState(String state)
The state of the stage.
state - The state of the stage.StageStatepublic StageDetails 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 StageDetails withTags(Map<String,String> tags)
The tags associated with the stage.
tags - The tags associated with the stage.public StageDetails addTagsEntry(String key, String value)
public StageDetails clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public StageDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.