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