@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLocation extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputLocation() |
Modifier and Type | Method and Description |
---|---|
InputLocation |
clone() |
boolean |
equals(Object obj) |
String |
getPasswordParam()
key used to extract the password from EC2 Parameter store
|
String |
getUri()
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.
|
String |
getUsername()
Documentation update needed
|
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 |
setUri(String uri)
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.
|
void |
setUsername(String username)
Documentation update needed
|
String |
toString()
Returns a string representation of this object.
|
InputLocation |
withPasswordParam(String passwordParam)
key used to extract the password from EC2 Parameter store
|
InputLocation |
withUri(String uri)
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.
|
InputLocation |
withUsername(String username)
Documentation update needed
|
public void setPasswordParam(String passwordParam)
passwordParam
- key used to extract the password from EC2 Parameter storepublic String getPasswordParam()
public InputLocation withPasswordParam(String passwordParam)
passwordParam
- key used to extract the password from EC2 Parameter storepublic void setUri(String uri)
uri
- Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http://
URI) depending on the output type. For example, a RTMP destination should have a uri simliar to:
"rtmp://fmsserver/live".public String getUri()
public InputLocation withUri(String uri)
uri
- Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http://
URI) depending on the output type. For example, a RTMP destination should have a uri simliar to:
"rtmp://fmsserver/live".public void setUsername(String username)
username
- Documentation update neededpublic String getUsername()
public InputLocation withUsername(String username)
username
- Documentation update neededpublic String toString()
toString
in class Object
Object.toString()
public InputLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.