@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LakeFormationTagPolicyDetails extends Object implements Serializable, Cloneable, StructuredPojo
Extra details specific to the affected scope in this LF data set.
Constructor and Description |
---|
LakeFormationTagPolicyDetails() |
Modifier and Type | Method and Description |
---|---|
LakeFormationTagPolicyDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDatabase()
The underlying Glue database that the notification is referring to.
|
String |
getTable()
The underlying Glue table that the notification is referring to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabase(String database)
The underlying Glue database that the notification is referring to.
|
void |
setTable(String table)
The underlying Glue table that the notification is referring to.
|
String |
toString()
Returns a string representation of this object.
|
LakeFormationTagPolicyDetails |
withDatabase(String database)
The underlying Glue database that the notification is referring to.
|
LakeFormationTagPolicyDetails |
withTable(String table)
The underlying Glue table that the notification is referring to.
|
public void setDatabase(String database)
The underlying Glue database that the notification is referring to.
database
- The underlying Glue database that the notification is referring to.public String getDatabase()
The underlying Glue database that the notification is referring to.
public LakeFormationTagPolicyDetails withDatabase(String database)
The underlying Glue database that the notification is referring to.
database
- The underlying Glue database that the notification is referring to.public void setTable(String table)
The underlying Glue table that the notification is referring to.
table
- The underlying Glue table that the notification is referring to.public String getTable()
The underlying Glue table that the notification is referring to.
public LakeFormationTagPolicyDetails withTable(String table)
The underlying Glue table that the notification is referring to.
table
- The underlying Glue table that the notification is referring to.public String toString()
toString
in class Object
Object.toString()
public LakeFormationTagPolicyDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.