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