@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-decodepublic 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-decodepublic 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-decodepublic 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.ConfigCapabilityTypepublic String getConfigType()
Type of a Config.
Config.ConfigCapabilityTypepublic Source withConfigType(String configType)
Type of a Config.
configType - Type of a Config.ConfigCapabilityTypepublic Source withConfigType(ConfigCapabilityType configType)
Type of a Config.
configType - Type of a Config.ConfigCapabilityTypepublic 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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.