@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Stage extends Object implements Serializable, Cloneable, StructuredPojo
Object specifying a stage.
Constructor and Description |
---|
Stage() |
Modifier and Type | Method and Description |
---|---|
Stage |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Stage |
clearTagsEntries()
Removes all the entries added into Tags.
|
Stage |
clone() |
boolean |
equals(Object obj) |
String |
getActiveSessionId()
ID of the active session within the stage.
|
String |
getArn()
Stage ARN.
|
AutoParticipantRecordingConfiguration |
getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, attached to the stage.
|
StageEndpoints |
getEndpoints()
Summary information about various endpoints for a stage.
|
String |
getName()
Stage name.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveSessionId(String activeSessionId)
ID of the active session within the stage.
|
void |
setArn(String arn)
Stage ARN.
|
void |
setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, attached to the stage.
|
void |
setEndpoints(StageEndpoints endpoints)
Summary information about various endpoints for a stage.
|
void |
setName(String name)
Stage name.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
Stage |
withActiveSessionId(String activeSessionId)
ID of the active session within the stage.
|
Stage |
withArn(String arn)
Stage ARN.
|
Stage |
withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, attached to the stage.
|
Stage |
withEndpoints(StageEndpoints endpoints)
Summary information about various endpoints for a stage.
|
Stage |
withName(String name)
Stage name.
|
Stage |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
public void setArn(String arn)
Stage ARN.
arn
- Stage ARN.public String getArn()
Stage ARN.
public Stage withArn(String arn)
Stage ARN.
arn
- Stage ARN.public void setName(String name)
Stage name.
name
- Stage name.public String getName()
Stage name.
public Stage withName(String name)
Stage name.
name
- Stage name.public void setActiveSessionId(String activeSessionId)
ID of the active session within the stage.
activeSessionId
- ID of the active session within the stage.public String getActiveSessionId()
ID of the active session within the stage.
public Stage withActiveSessionId(String activeSessionId)
ID of the active session within the stage.
activeSessionId
- ID of the active session within the stage.public Map<String,String> getTags()
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
string:string (key:value)
.
See Tagging AWS Resources
for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no constraints on tags beyond what is documented there.public void setTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public Stage withTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public Stage clearTagsEntries()
public void setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, attached to the stage.
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, attached to the stage.public AutoParticipantRecordingConfiguration getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, attached to the stage.
public Stage withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, attached to the stage.
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, attached to the stage.public void setEndpoints(StageEndpoints endpoints)
Summary information about various endpoints for a stage.
endpoints
- Summary information about various endpoints for a stage.public StageEndpoints getEndpoints()
Summary information about various endpoints for a stage.
public Stage withEndpoints(StageEndpoints endpoints)
Summary information about various endpoints for a stage.
endpoints
- Summary information about various endpoints for a stage.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.