@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDeviceMediaConnectConfigurableSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputDeviceMediaConnectConfigurableSettings() |
Modifier and Type | Method and Description |
---|---|
InputDeviceMediaConnectConfigurableSettings |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the MediaConnect flow to attach this device to.
|
String |
getRoleArn()
The ARN for the role that MediaLive assumes to access the attached flow and secret.
|
String |
getSecretArn()
The ARN for the secret that holds the encryption key to encrypt the content output by the device.
|
String |
getSourceName()
The name of the MediaConnect Flow source to stream to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFlowArn(String flowArn)
The ARN of the MediaConnect flow to attach this device to.
|
void |
setRoleArn(String roleArn)
The ARN for the role that MediaLive assumes to access the attached flow and secret.
|
void |
setSecretArn(String secretArn)
The ARN for the secret that holds the encryption key to encrypt the content output by the device.
|
void |
setSourceName(String sourceName)
The name of the MediaConnect Flow source to stream to.
|
String |
toString()
Returns a string representation of this object.
|
InputDeviceMediaConnectConfigurableSettings |
withFlowArn(String flowArn)
The ARN of the MediaConnect flow to attach this device to.
|
InputDeviceMediaConnectConfigurableSettings |
withRoleArn(String roleArn)
The ARN for the role that MediaLive assumes to access the attached flow and secret.
|
InputDeviceMediaConnectConfigurableSettings |
withSecretArn(String secretArn)
The ARN for the secret that holds the encryption key to encrypt the content output by the device.
|
InputDeviceMediaConnectConfigurableSettings |
withSourceName(String sourceName)
The name of the MediaConnect Flow source to stream to.
|
public InputDeviceMediaConnectConfigurableSettings()
public void setFlowArn(String flowArn)
flowArn
- The ARN of the MediaConnect flow to attach this device to.public String getFlowArn()
public InputDeviceMediaConnectConfigurableSettings withFlowArn(String flowArn)
flowArn
- The ARN of the MediaConnect flow to attach this device to.public void setRoleArn(String roleArn)
roleArn
- The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information
about how to create this role, see the MediaLive user guide.public String getRoleArn()
public InputDeviceMediaConnectConfigurableSettings withRoleArn(String roleArn)
roleArn
- The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information
about how to create this role, see the MediaLive user guide.public void setSecretArn(String secretArn)
secretArn
- The ARN for the secret that holds the encryption key to encrypt the content output by the device.public String getSecretArn()
public InputDeviceMediaConnectConfigurableSettings withSecretArn(String secretArn)
secretArn
- The ARN for the secret that holds the encryption key to encrypt the content output by the device.public void setSourceName(String sourceName)
sourceName
- The name of the MediaConnect Flow source to stream to.public String getSourceName()
public InputDeviceMediaConnectConfigurableSettings withSourceName(String sourceName)
sourceName
- The name of the MediaConnect Flow source to stream to.public String toString()
toString
in class Object
Object.toString()
public InputDeviceMediaConnectConfigurableSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.