@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLocationResource extends Object implements Serializable, Cloneable, StructuredPojo
A structure for a data location object where permissions are granted or revoked.
| Constructor and Description |
|---|
DataLocationResource() |
| Modifier and Type | Method and Description |
|---|---|
DataLocationResource |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
|
String |
toString()
Returns a string representation of this object.
|
DataLocationResource |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
|
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
resourceArn - The Amazon Resource Name (ARN) that uniquely identifies the data location resource.public String getResourceArn()
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
public DataLocationResource withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
resourceArn - The Amazon Resource Name (ARN) that uniquely identifies the data location resource.public String toString()
toString in class ObjectObject.toString()public DataLocationResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.