@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakePrincipal extends Object implements Serializable, Cloneable, StructuredPojo
The AWS Lake Formation principal. Supported principals are IAM users or IAM roles.
Constructor and Description |
---|
DataLakePrincipal() |
Modifier and Type | Method and Description |
---|---|
DataLakePrincipal |
clone() |
boolean |
equals(Object obj) |
String |
getDataLakePrincipalIdentifier()
An identifier for the AWS Lake Formation principal.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)
An identifier for the AWS Lake Formation principal.
|
String |
toString()
Returns a string representation of this object.
|
DataLakePrincipal |
withDataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)
An identifier for the AWS Lake Formation principal.
|
public void setDataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)
An identifier for the AWS Lake Formation principal.
dataLakePrincipalIdentifier
- An identifier for the AWS Lake Formation principal.public String getDataLakePrincipalIdentifier()
An identifier for the AWS Lake Formation principal.
public DataLakePrincipal withDataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)
An identifier for the AWS Lake Formation principal.
dataLakePrincipalIdentifier
- An identifier for the AWS Lake Formation principal.public String toString()
toString
in class Object
Object.toString()
public DataLakePrincipal clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.