@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.