@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatalakeDelegatedAdminRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDatalakeDelegatedAdminRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDatalakeDelegatedAdminRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccount()
The Amazon Web Services account ID of the Security Lake delegated administrator.
|
int |
hashCode() |
void |
setAccount(String account)
The Amazon Web Services account ID of the Security Lake delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatalakeDelegatedAdminRequest |
withAccount(String account)
The Amazon Web Services account ID of 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 Amazon Web Services account ID of the Security Lake delegated administrator.
account
- The Amazon Web Services account ID of the Security Lake delegated administrator.public String getAccount()
The Amazon Web Services account ID of the Security Lake delegated administrator.
public CreateDatalakeDelegatedAdminRequest withAccount(String account)
The Amazon Web Services account ID of the Security Lake delegated administrator.
account
- The Amazon Web Services account ID of the Security Lake delegated administrator.public String toString()
toString
in class Object
Object.toString()
public CreateDatalakeDelegatedAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()