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