@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the asset.
| Constructor and Description |
|---|
AssetDetails() |
| Modifier and Type | Method and Description |
|---|---|
AssetDetails |
clone() |
boolean |
equals(Object obj) |
RedshiftDataShareAsset |
getRedshiftDataShareAsset()
The Amazon Redshift datashare that is the asset.
|
S3SnapshotAsset |
getS3SnapshotAsset()
The S3 object that is the asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRedshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
|
void |
setS3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
|
String |
toString()
Returns a string representation of this object.
|
AssetDetails |
withRedshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
|
AssetDetails |
withS3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
|
public void setS3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
s3SnapshotAsset - The S3 object that is the asset.public S3SnapshotAsset getS3SnapshotAsset()
The S3 object that is the asset.
public AssetDetails withS3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
s3SnapshotAsset - The S3 object that is the asset.public void setRedshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.public RedshiftDataShareAsset getRedshiftDataShareAsset()
The Amazon Redshift datashare that is the asset.
public AssetDetails withRedshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.public String toString()
toString in class ObjectObject.toString()public AssetDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.