@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDestinationRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
InputDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStreamName()
A unique name for the location the RTMP stream is being pushed to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStreamName(String streamName)
A unique name for the location the RTMP stream is being pushed to.
|
String |
toString()
Returns a string representation of this object.
|
InputDestinationRequest |
withStreamName(String streamName)
A unique name for the location the RTMP stream is being pushed to.
|
public void setStreamName(String streamName)
streamName - A unique name for the location the RTMP stream is being pushed to.public String getStreamName()
public InputDestinationRequest withStreamName(String streamName)
streamName - A unique name for the location the RTMP stream is being pushed to.public String toString()
toString in class ObjectObject.toString()public InputDestinationRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.