@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatalakeDelegatedAdminRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDatalakeDelegatedAdminRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDatalakeDelegatedAdminRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccount()
The account ID the Security Lake delegated administrator.
|
int |
hashCode() |
void |
setAccount(String account)
The account ID the Security Lake delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDatalakeDelegatedAdminRequest |
withAccount(String account)
The account ID the Security Lake delegated administrator.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccount(String account)
The account ID the Security Lake delegated administrator.
account
- The account ID the Security Lake delegated administrator.public String getAccount()
The account ID the Security Lake delegated administrator.
public DeleteDatalakeDelegatedAdminRequest withAccount(String account)
The account ID the Security Lake delegated administrator.
account
- The account ID the Security Lake delegated administrator.public String toString()
toString
in class Object
Object.toString()
public DeleteDatalakeDelegatedAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()