@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiplexMediaConnectOutputDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MultiplexMediaConnectOutputDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
MultiplexMediaConnectOutputDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getEntitlementArn()
The MediaConnect entitlement ARN available as a Flow source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEntitlementArn(String entitlementArn)
The MediaConnect entitlement ARN available as a Flow source.
|
String |
toString()
Returns a string representation of this object.
|
MultiplexMediaConnectOutputDestinationSettings |
withEntitlementArn(String entitlementArn)
The MediaConnect entitlement ARN available as a Flow source.
|
public MultiplexMediaConnectOutputDestinationSettings()
public void setEntitlementArn(String entitlementArn)
entitlementArn - The MediaConnect entitlement ARN available as a Flow source.public String getEntitlementArn()
public MultiplexMediaConnectOutputDestinationSettings withEntitlementArn(String entitlementArn)
entitlementArn - The MediaConnect entitlement ARN available as a Flow source.public String toString()
toString in class ObjectObject.toString()public MultiplexMediaConnectOutputDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.