@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 AWS 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 AWS 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 AWS 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, withSdkRequestTimeout
public void setRoleArn(String roleArn)
The new role to use for the given resource registered in AWS Lake Formation.
roleArn
- The new role to use for the given resource registered in AWS Lake Formation.public String getRoleArn()
The new role to use for the given resource registered in AWS Lake Formation.
public UpdateResourceRequest withRoleArn(String roleArn)
The new role to use for the given resource registered in AWS Lake Formation.
roleArn
- The new role to use for the given resource registered in AWS 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 Object
Object.toString()
public UpdateResourceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.