@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncoderConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about an EncoderConfiguration.
Constructor and Description |
---|
EncoderConfigurationSummary() |
Modifier and Type | Method and Description |
---|---|
EncoderConfigurationSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
EncoderConfigurationSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
EncoderConfigurationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the EncoderConfiguration resource.
|
String |
getName()
Optional name to identify the resource.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
ARN of the EncoderConfiguration resource.
|
void |
setName(String name)
Optional name to identify the resource.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
EncoderConfigurationSummary |
withArn(String arn)
ARN of the EncoderConfiguration resource.
|
EncoderConfigurationSummary |
withName(String name)
Optional name to identify the resource.
|
EncoderConfigurationSummary |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
public void setArn(String arn)
ARN of the EncoderConfiguration resource.
arn
- ARN of the EncoderConfiguration resource.public String getArn()
ARN of the EncoderConfiguration resource.
public EncoderConfigurationSummary withArn(String arn)
ARN of the EncoderConfiguration resource.
arn
- ARN of the EncoderConfiguration resource.public void setName(String name)
Optional name to identify the resource.
name
- Optional name to identify the resource.public String getName()
Optional name to identify the resource.
public EncoderConfigurationSummary withName(String name)
Optional name to identify the resource.
name
- Optional name to identify the resource.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 EncoderConfigurationSummary 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 EncoderConfigurationSummary addTagsEntry(String key, String value)
public EncoderConfigurationSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public EncoderConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.