@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdMappingWorkflowInputSource extends Object implements Serializable, Cloneable, StructuredPojo
An object containing InputSourceARN
and SchemaName
.
Constructor and Description |
---|
IdMappingWorkflowInputSource() |
Modifier and Type | Method and Description |
---|---|
IdMappingWorkflowInputSource |
clone() |
boolean |
equals(Object obj) |
String |
getInputSourceARN()
An Gluetable ARN for the input source table.
|
String |
getSchemaName()
The name of the schema to be retrieved.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputSourceARN(String inputSourceARN)
An Gluetable ARN for the input source table.
|
void |
setSchemaName(String schemaName)
The name of the schema to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
IdMappingWorkflowInputSource |
withInputSourceARN(String inputSourceARN)
An Gluetable ARN for the input source table.
|
IdMappingWorkflowInputSource |
withSchemaName(String schemaName)
The name of the schema to be retrieved.
|
public void setInputSourceARN(String inputSourceARN)
An Gluetable ARN for the input source table.
inputSourceARN
- An Gluetable ARN for the input source table.public String getInputSourceARN()
An Gluetable ARN for the input source table.
public IdMappingWorkflowInputSource withInputSourceARN(String inputSourceARN)
An Gluetable ARN for the input source table.
inputSourceARN
- An Gluetable ARN for the input source table.public void setSchemaName(String schemaName)
The name of the schema to be retrieved.
schemaName
- The name of the schema to be retrieved.public String getSchemaName()
The name of the schema to be retrieved.
public IdMappingWorkflowInputSource withSchemaName(String schemaName)
The name of the schema to be retrieved.
schemaName
- The name of the schema to be retrieved.public String toString()
toString
in class Object
Object.toString()
public IdMappingWorkflowInputSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.