@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.
|
Boolean |
getWithFederation()
Whether or not the resource is a federated resource.
|
int |
hashCode() |
Boolean |
isWithFederation()
Whether or not the resource is a federated resource.
|
void |
setResourceArn(String resourceArn)
The resource ARN.
|
void |
setRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
void |
setWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
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.
|
UpdateResourceRequest |
withWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
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 void setWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation - Whether or not the resource is a federated resource.public Boolean getWithFederation()
Whether or not the resource is a federated resource.
public UpdateResourceRequest withWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation - Whether or not the resource is a federated resource.public Boolean isWithFederation()
Whether or not the resource is a federated resource.
public String toString()
toString in class ObjectObject.toString()public UpdateResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.