@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioHlsRenditionSelection extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AudioHlsRenditionSelection() |
| Modifier and Type | Method and Description |
|---|---|
AudioHlsRenditionSelection |
clone() |
boolean |
equals(Object obj) |
String |
getGroupId()
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
String |
getName()
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupId(String groupId)
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
void |
setName(String name)
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
String |
toString()
Returns a string representation of this object.
|
AudioHlsRenditionSelection |
withGroupId(String groupId)
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
AudioHlsRenditionSelection |
withName(String name)
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
public void setGroupId(String groupId)
groupId - Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.public String getGroupId()
public AudioHlsRenditionSelection withGroupId(String groupId)
groupId - Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.public void setName(String name)
name - Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.public String getName()
public AudioHlsRenditionSelection withName(String name)
name - Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.public String toString()
toString in class ObjectObject.toString()public AudioHlsRenditionSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.