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