@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
OutputDestinationSettings() |
Modifier and Type | Method and Description |
---|---|
OutputDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPasswordParam()
key used to extract the password from EC2 Parameter store
|
String |
getStreamName()
Stream name for RTMP destinations (URLs of type rtmp://)
|
String |
getUrl()
A URL specifying a destination
|
String |
getUsername()
username for destination
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPasswordParam(String passwordParam)
key used to extract the password from EC2 Parameter store
|
void |
setStreamName(String streamName)
Stream name for RTMP destinations (URLs of type rtmp://)
|
void |
setUrl(String url)
A URL specifying a destination
|
void |
setUsername(String username)
username for destination
|
String |
toString()
Returns a string representation of this object.
|
OutputDestinationSettings |
withPasswordParam(String passwordParam)
key used to extract the password from EC2 Parameter store
|
OutputDestinationSettings |
withStreamName(String streamName)
Stream name for RTMP destinations (URLs of type rtmp://)
|
OutputDestinationSettings |
withUrl(String url)
A URL specifying a destination
|
OutputDestinationSettings |
withUsername(String username)
username for destination
|
public void setPasswordParam(String passwordParam)
passwordParam
- key used to extract the password from EC2 Parameter storepublic String getPasswordParam()
public OutputDestinationSettings withPasswordParam(String passwordParam)
passwordParam
- key used to extract the password from EC2 Parameter storepublic void setStreamName(String streamName)
streamName
- Stream name for RTMP destinations (URLs of type rtmp://)public String getStreamName()
public OutputDestinationSettings withStreamName(String streamName)
streamName
- Stream name for RTMP destinations (URLs of type rtmp://)public void setUrl(String url)
url
- A URL specifying a destinationpublic String getUrl()
public OutputDestinationSettings withUrl(String url)
url
- A URL specifying a destinationpublic void setUsername(String username)
username
- username for destinationpublic String getUsername()
public OutputDestinationSettings withUsername(String username)
username
- username for destinationpublic String toString()
toString
in class Object
Object.toString()
public OutputDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.