@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3GlueDataCatalog extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon S3 Glue Data Catalog.
Constructor and Description |
---|
S3GlueDataCatalog() |
Modifier and Type | Method and Description |
---|---|
S3GlueDataCatalog |
clone() |
boolean |
equals(Object obj) |
String |
getRoleArn()
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRoleArn(String roleArn)
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
|
String |
toString()
Returns a string representation of this object.
|
S3GlueDataCatalog |
withRoleArn(String roleArn)
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
|
public void setRoleArn(String roleArn)
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
roleArn
- >The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.public String getRoleArn()
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
public S3GlueDataCatalog withRoleArn(String roleArn)
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
roleArn
- >The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.public String toString()
toString
in class Object
Object.toString()
public S3GlueDataCatalog clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.