@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecordingConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a RecordingConfiguration.
Constructor and Description |
---|
RecordingConfigurationSummary() |
Modifier and Type | Method and Description |
---|---|
RecordingConfigurationSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RecordingConfigurationSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
RecordingConfigurationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Recording-configuration ARN.
|
DestinationConfiguration |
getDestinationConfiguration()
A complex type that contains information about where recorded video will be stored.
|
String |
getName()
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
String |
getState()
Indicates the current state of the recording configuration.
|
Map<String,String> |
getTags()
Array of 1-50 maps, each of the form
string:string (key:value) . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
Recording-configuration ARN.
|
void |
setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
void |
setName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
void |
setState(String state)
Indicates the current state of the recording configuration.
|
void |
setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
String |
toString()
Returns a string representation of this object.
|
RecordingConfigurationSummary |
withArn(String arn)
Recording-configuration ARN.
|
RecordingConfigurationSummary |
withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
RecordingConfigurationSummary |
withName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
RecordingConfigurationSummary |
withState(RecordingConfigurationState state)
Indicates the current state of the recording configuration.
|
RecordingConfigurationSummary |
withState(String state)
Indicates the current state of the recording configuration.
|
RecordingConfigurationSummary |
withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
public void setArn(String arn)
Recording-configuration ARN.
arn
- Recording-configuration ARN.public String getArn()
Recording-configuration ARN.
public RecordingConfigurationSummary withArn(String arn)
Recording-configuration ARN.
arn
- Recording-configuration ARN.public void setName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
name
- An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify
that resource. The value does not need to be unique.public String getName()
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
public RecordingConfigurationSummary withName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
name
- An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify
that resource. The value does not need to be unique.public void setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
destinationConfiguration
- A complex type that contains information about where recorded video will be stored.public DestinationConfiguration getDestinationConfiguration()
A complex type that contains information about where recorded video will be stored.
public RecordingConfigurationSummary withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
destinationConfiguration
- A complex type that contains information about where recorded video will be stored.public void setState(String state)
Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.
state
- Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.RecordingConfigurationState
public String getState()
Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.
ACTIVE
, the
configuration is ready for recording a channel stream.RecordingConfigurationState
public RecordingConfigurationSummary withState(String state)
Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.
state
- Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.RecordingConfigurationState
public RecordingConfigurationSummary withState(RecordingConfigurationState state)
Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.
state
- Indicates the current state of the recording configuration. When the state is ACTIVE
, the
configuration is ready for recording a channel stream.RecordingConfigurationState
public Map<String,String> getTags()
Array of 1-50 maps, each of the form string:string (key:value)
.
string:string (key:value)
.public void setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
.public RecordingConfigurationSummary withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
.public RecordingConfigurationSummary addTagsEntry(String key, String value)
public RecordingConfigurationSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public RecordingConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.