@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceType extends Object implements Serializable, Cloneable, StructuredPojo
Information about the data source.
| Constructor and Description |
|---|
DataSourceType() |
| Modifier and Type | Method and Description |
|---|---|
DataSourceType |
clone() |
boolean |
equals(Object obj) |
S3GlueDataCatalog |
getS3GlueDataCatalog()
The data source for the AWS S3 Glue Data Catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3GlueDataCatalog(S3GlueDataCatalog s3GlueDataCatalog)
The data source for the AWS S3 Glue Data Catalog.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceType |
withS3GlueDataCatalog(S3GlueDataCatalog s3GlueDataCatalog)
The data source for the AWS S3 Glue Data Catalog.
|
public void setS3GlueDataCatalog(S3GlueDataCatalog s3GlueDataCatalog)
The data source for the AWS S3 Glue Data Catalog.
s3GlueDataCatalog - The data source for the AWS S3 Glue Data Catalog.public S3GlueDataCatalog getS3GlueDataCatalog()
The data source for the AWS S3 Glue Data Catalog.
public DataSourceType withS3GlueDataCatalog(S3GlueDataCatalog s3GlueDataCatalog)
The data source for the AWS S3 Glue Data Catalog.
s3GlueDataCatalog - The data source for the AWS S3 Glue Data Catalog.public String toString()
toString in class ObjectObject.toString()public DataSourceType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.