@Generated(value="software.amazon.awssdk:codegen") public final class InputSource extends Object implements StructuredPojo, ToCopyableBuilder<InputSource.Builder,InputSource>
Modifier and Type | Class and Description |
---|---|
static interface |
InputSource.Builder |
Modifier and Type | Method and Description |
---|---|
static InputSource.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
passwordParam()
key used to extract the password from EC2 Parameter store
|
static Class<? extends InputSource.Builder> |
serializableBuilderClass() |
InputSource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
url()
This represents the customer's source URL where stream is pulled from.
|
String |
username()
username for input source
|
copy
public String passwordParam()
public String url()
public String username()
public InputSource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputSource.Builder,InputSource>
public static InputSource.Builder builder()
public static Class<? extends InputSource.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.