@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LakeFormationQuery extends Object implements Serializable, Cloneable
The Lake Formation scope.
| Constructor and Description |
|---|
LakeFormationQuery() |
| Modifier and Type | Method and Description |
|---|---|
LakeFormationQuery |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorization()
Determines whether the query scope is enabled or disabled.
|
int |
hashCode() |
void |
setAuthorization(String authorization)
Determines whether the query scope is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
LakeFormationQuery |
withAuthorization(ServiceAuthorization authorization)
Determines whether the query scope is enabled or disabled.
|
LakeFormationQuery |
withAuthorization(String authorization)
Determines whether the query scope is enabled or disabled.
|
public void setAuthorization(String authorization)
Determines whether the query scope is enabled or disabled.
authorization - Determines whether the query scope is enabled or disabled.ServiceAuthorizationpublic String getAuthorization()
Determines whether the query scope is enabled or disabled.
ServiceAuthorizationpublic LakeFormationQuery withAuthorization(String authorization)
Determines whether the query scope is enabled or disabled.
authorization - Determines whether the query scope is enabled or disabled.ServiceAuthorizationpublic LakeFormationQuery withAuthorization(ServiceAuthorization authorization)
Determines whether the query scope is enabled or disabled.
authorization - Determines whether the query scope is enabled or disabled.ServiceAuthorizationpublic String toString()
toString in class ObjectObject.toString()public LakeFormationQuery clone()