@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LakeFormationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LakeFormationConfiguration() |
Modifier and Type | Method and Description |
---|---|
LakeFormationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId() |
Boolean |
getUseLakeFormationCredentials() |
int |
hashCode() |
Boolean |
isUseLakeFormationCredentials() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId) |
void |
setUseLakeFormationCredentials(Boolean useLakeFormationCredentials) |
String |
toString()
Returns a string representation of this object.
|
LakeFormationConfiguration |
withAccountId(String accountId) |
LakeFormationConfiguration |
withUseLakeFormationCredentials(Boolean useLakeFormationCredentials) |
public void setUseLakeFormationCredentials(Boolean useLakeFormationCredentials)
useLakeFormationCredentials
- public Boolean getUseLakeFormationCredentials()
public LakeFormationConfiguration withUseLakeFormationCredentials(Boolean useLakeFormationCredentials)
useLakeFormationCredentials
- public Boolean isUseLakeFormationCredentials()
public void setAccountId(String accountId)
accountId
- public String getAccountId()
public LakeFormationConfiguration withAccountId(String accountId)
accountId
- public String toString()
toString
in class Object
Object.toString()
public LakeFormationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.