@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The resource ARN.
|
String |
getRoleArn()
The new role to use for the given resource registered in Lake Formation.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The resource ARN.
|
void |
setRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceRequest |
withResourceArn(String resourceArn)
The resource ARN.
|
UpdateResourceRequest |
withRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
addHandlerContext, copyBaseTo, 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 void setRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
roleArn - The new role to use for the given resource registered in Lake Formation.public String getRoleArn()
The new role to use for the given resource registered in Lake Formation.
public UpdateResourceRequest withRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
roleArn - The new role to use for the given resource registered in Lake Formation.public void setResourceArn(String resourceArn)
The resource ARN.
resourceArn - The resource ARN.public String getResourceArn()
The resource ARN.
public UpdateResourceRequest withResourceArn(String resourceArn)
The resource ARN.
resourceArn - The resource ARN.public String toString()
toString in class ObjectObject.toString()public UpdateResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.