@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftDataShareAsset extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
RedshiftDataShareAsset() |
| Modifier and Type | Method and Description |
|---|---|
RedshiftDataShareAsset |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the datashare asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the datashare asset.
|
String |
toString()
Returns a string representation of this object.
|
RedshiftDataShareAsset |
withArn(String arn)
The Amazon Resource Name (ARN) of the datashare asset.
|
public void setArn(String arn)
arn - The Amazon Resource Name (ARN) of the datashare asset.public String getArn()
public RedshiftDataShareAsset withArn(String arn)
arn - The Amazon Resource Name (ARN) of the datashare asset.public String toString()
toString in class ObjectObject.toString()public RedshiftDataShareAsset clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.