@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
Dataflow details for the source side.
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
Source |
clone() |
boolean |
equals(Object obj) |
ConfigDetails |
getConfigDetails()
Additional details for a
Config , if type is dataflow-endpoint or
antenna-downlink-demod-decode |
String |
getConfigId()
UUID of a
Config . |
String |
getConfigType()
Type of a
Config . |
String |
getDataflowSourceRegion()
Region of a dataflow source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigDetails(ConfigDetails configDetails)
Additional details for a
Config , if type is dataflow-endpoint or
antenna-downlink-demod-decode |
void |
setConfigId(String configId)
UUID of a
Config . |
void |
setConfigType(String configType)
Type of a
Config . |
void |
setDataflowSourceRegion(String dataflowSourceRegion)
Region of a dataflow source.
|
String |
toString()
Returns a string representation of this object.
|
Source |
withConfigDetails(ConfigDetails configDetails)
Additional details for a
Config , if type is dataflow-endpoint or
antenna-downlink-demod-decode |
Source |
withConfigId(String configId)
UUID of a
Config . |
Source |
withConfigType(ConfigCapabilityType configType)
Type of a
Config . |
Source |
withConfigType(String configType)
Type of a
Config . |
Source |
withDataflowSourceRegion(String dataflowSourceRegion)
Region of a dataflow source.
|
public void setConfigDetails(ConfigDetails configDetails)
Additional details for a Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
configDetails
- Additional details for a Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
public ConfigDetails getConfigDetails()
Additional details for a Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
public Source withConfigDetails(ConfigDetails configDetails)
Additional details for a Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
configDetails
- Additional details for a Config
, if type is dataflow-endpoint
or
antenna-downlink-demod-decode
public void setConfigId(String configId)
UUID of a Config
.
configId
- UUID of a Config
.public String getConfigId()
UUID of a Config
.
Config
.public Source withConfigId(String configId)
UUID of a Config
.
configId
- UUID of a Config
.public void setConfigType(String configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public String getConfigType()
Type of a Config
.
Config
.ConfigCapabilityType
public Source withConfigType(String configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public Source withConfigType(ConfigCapabilityType configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public void setDataflowSourceRegion(String dataflowSourceRegion)
Region of a dataflow source.
dataflowSourceRegion
- Region of a dataflow source.public String getDataflowSourceRegion()
Region of a dataflow source.
public Source withDataflowSourceRegion(String dataflowSourceRegion)
Region of a dataflow source.
dataflowSourceRegion
- Region of a dataflow source.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.