@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotTwinMakerSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The metadata transfer job AWS IoT TwinMaker source configuration.
| Constructor and Description | 
|---|
| IotTwinMakerSourceConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| IotTwinMakerSourceConfiguration | clone() | 
| boolean | equals(Object obj) | 
| List<IotTwinMakerSourceConfigurationFilter> | getFilters()
 The metadata transfer job AWS IoT TwinMaker source configuration filters. | 
| String | getWorkspace()
 The IoT TwinMaker workspace. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFilters(Collection<IotTwinMakerSourceConfigurationFilter> filters)
 The metadata transfer job AWS IoT TwinMaker source configuration filters. | 
| void | setWorkspace(String workspace)
 The IoT TwinMaker workspace. | 
| String | toString()Returns a string representation of this object. | 
| IotTwinMakerSourceConfiguration | withFilters(Collection<IotTwinMakerSourceConfigurationFilter> filters)
 The metadata transfer job AWS IoT TwinMaker source configuration filters. | 
| IotTwinMakerSourceConfiguration | withFilters(IotTwinMakerSourceConfigurationFilter... filters)
 The metadata transfer job AWS IoT TwinMaker source configuration filters. | 
| IotTwinMakerSourceConfiguration | withWorkspace(String workspace)
 The IoT TwinMaker workspace. | 
public void setWorkspace(String workspace)
The IoT TwinMaker workspace.
workspace - The IoT TwinMaker workspace.public String getWorkspace()
The IoT TwinMaker workspace.
public IotTwinMakerSourceConfiguration withWorkspace(String workspace)
The IoT TwinMaker workspace.
workspace - The IoT TwinMaker workspace.public List<IotTwinMakerSourceConfigurationFilter> getFilters()
The metadata transfer job AWS IoT TwinMaker source configuration filters.
public void setFilters(Collection<IotTwinMakerSourceConfigurationFilter> filters)
The metadata transfer job AWS IoT TwinMaker source configuration filters.
filters - The metadata transfer job AWS IoT TwinMaker source configuration filters.public IotTwinMakerSourceConfiguration withFilters(IotTwinMakerSourceConfigurationFilter... filters)
The metadata transfer job AWS IoT TwinMaker source configuration filters.
 NOTE: This method appends the values to the existing list (if any). Use
 setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
 the existing values.
 
filters - The metadata transfer job AWS IoT TwinMaker source configuration filters.public IotTwinMakerSourceConfiguration withFilters(Collection<IotTwinMakerSourceConfigurationFilter> filters)
The metadata transfer job AWS IoT TwinMaker source configuration filters.
filters - The metadata transfer job AWS IoT TwinMaker source configuration filters.public String toString()
toString in class ObjectObject.toString()public IotTwinMakerSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.