@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputSource extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputSource() |
Modifier and Type | Method and Description |
---|---|
InputSource |
clone() |
boolean |
equals(Object obj) |
String |
getPasswordParam()
The key used to extract the password from EC2 Parameter store.
|
String |
getUrl()
This represents the customer's source URL where stream is pulled from.
|
String |
getUsername()
The username for the input source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPasswordParam(String passwordParam)
The key used to extract the password from EC2 Parameter store.
|
void |
setUrl(String url)
This represents the customer's source URL where stream is pulled from.
|
void |
setUsername(String username)
The username for the input source.
|
String |
toString()
Returns a string representation of this object.
|
InputSource |
withPasswordParam(String passwordParam)
The key used to extract the password from EC2 Parameter store.
|
InputSource |
withUrl(String url)
This represents the customer's source URL where stream is pulled from.
|
InputSource |
withUsername(String username)
The username for the input source.
|
public void setPasswordParam(String passwordParam)
passwordParam
- The key used to extract the password from EC2 Parameter store.public String getPasswordParam()
public InputSource withPasswordParam(String passwordParam)
passwordParam
- The key used to extract the password from EC2 Parameter store.public void setUrl(String url)
url
- This represents the customer's source URL where stream is pulled from.public String getUrl()
public InputSource withUrl(String url)
url
- This represents the customer's source URL where stream is pulled from.public void setUsername(String username)
username
- The username for the input source.public String getUsername()
public InputSource withUsername(String username)
username
- The username for the input source.public String toString()
toString
in class Object
Object.toString()
public InputSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.