@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.
|
String |
getName()
Stage name.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActiveSessionId(String activeSessionId)
ID of the active session within the stage.
|
void |
setArn(String arn)
Stage ARN.
|
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 |
withName(String name)
Stage name.
|
Stage |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
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 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 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 String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.