@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaPackageOutputDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MediaPackageOutputDestinationSettings() |
Modifier and Type | Method and Description |
---|---|
MediaPackageOutputDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getChannelId()
ID of the channel in MediaPackage that is the destination for this output group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelId(String channelId)
ID of the channel in MediaPackage that is the destination for this output group.
|
String |
toString()
Returns a string representation of this object.
|
MediaPackageOutputDestinationSettings |
withChannelId(String channelId)
ID of the channel in MediaPackage that is the destination for this output group.
|
public MediaPackageOutputDestinationSettings()
public void setChannelId(String channelId)
channelId
- ID of the channel in MediaPackage that is the destination for this output group. You do not need to
specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive
pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the
same region.public String getChannelId()
public MediaPackageOutputDestinationSettings withChannelId(String channelId)
channelId
- ID of the channel in MediaPackage that is the destination for this output group. You do not need to
specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive
pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the
same region.public String toString()
toString
in class Object
Object.toString()
public MediaPackageOutputDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.