@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LakeFormationOptInsInfo extends Object implements Serializable, Cloneable, StructuredPojo
A single principal-resource pair that has Lake Formation permissins enforced.
Constructor and Description |
---|
LakeFormationOptInsInfo() |
Modifier and Type | Method and Description |
---|---|
LakeFormationOptInsInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getLastModified()
The last modified date and time of the record.
|
String |
getLastUpdatedBy()
The user who updated the record.
|
DataLakePrincipal |
getPrincipal() |
Resource |
getResource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLastModified(Date lastModified)
The last modified date and time of the record.
|
void |
setLastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
|
void |
setPrincipal(DataLakePrincipal principal) |
void |
setResource(Resource resource) |
String |
toString()
Returns a string representation of this object.
|
LakeFormationOptInsInfo |
withLastModified(Date lastModified)
The last modified date and time of the record.
|
LakeFormationOptInsInfo |
withLastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
|
LakeFormationOptInsInfo |
withPrincipal(DataLakePrincipal principal) |
LakeFormationOptInsInfo |
withResource(Resource resource) |
public void setResource(Resource resource)
resource
- public Resource getResource()
public LakeFormationOptInsInfo withResource(Resource resource)
resource
- public void setPrincipal(DataLakePrincipal principal)
principal
- public DataLakePrincipal getPrincipal()
public LakeFormationOptInsInfo withPrincipal(DataLakePrincipal principal)
principal
- public void setLastModified(Date lastModified)
The last modified date and time of the record.
lastModified
- The last modified date and time of the record.public Date getLastModified()
The last modified date and time of the record.
public LakeFormationOptInsInfo withLastModified(Date lastModified)
The last modified date and time of the record.
lastModified
- The last modified date and time of the record.public void setLastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
lastUpdatedBy
- The user who updated the record.public String getLastUpdatedBy()
The user who updated the record.
public LakeFormationOptInsInfo withLastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
lastUpdatedBy
- The user who updated the record.public String toString()
toString
in class Object
Object.toString()
public LakeFormationOptInsInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.