@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetsFromRedshiftDataSharesRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ImportAssetsFromRedshiftDataSharesRequestDetails() |
| Modifier and Type | Method and Description |
|---|---|
ImportAssetsFromRedshiftDataSharesRequestDetails |
clone() |
boolean |
equals(Object obj) |
List<RedshiftDataShareAssetSourceEntry> |
getAssetSources()
A list of Amazon Redshift datashare assets.
|
String |
getDataSetId()
The unique identifier for the data set associated with this import job.
|
String |
getRevisionId()
The unique identifier for the revision associated with this import job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
A list of Amazon Redshift datashare assets.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this import job.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
withAssetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
A list of Amazon Redshift datashare assets.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
withAssetSources(RedshiftDataShareAssetSourceEntry... assetSources)
A list of Amazon Redshift datashare assets.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this import job.
|
public ImportAssetsFromRedshiftDataSharesRequestDetails()
public List<RedshiftDataShareAssetSourceEntry> getAssetSources()
public void setAssetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
assetSources - A list of Amazon Redshift datashare assets.public ImportAssetsFromRedshiftDataSharesRequestDetails withAssetSources(RedshiftDataShareAssetSourceEntry... assetSources)
NOTE: This method appends the values to the existing list (if any). Use
setAssetSources(java.util.Collection) or withAssetSources(java.util.Collection) if you want to
override the existing values.
assetSources - A list of Amazon Redshift datashare assets.public ImportAssetsFromRedshiftDataSharesRequestDetails withAssetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
assetSources - A list of Amazon Redshift datashare assets.public void setDataSetId(String dataSetId)
dataSetId - The unique identifier for the data set associated with this import job.public String getDataSetId()
public ImportAssetsFromRedshiftDataSharesRequestDetails withDataSetId(String dataSetId)
dataSetId - The unique identifier for the data set associated with this import job.public void setRevisionId(String revisionId)
revisionId - The unique identifier for the revision associated with this import job.public String getRevisionId()
public ImportAssetsFromRedshiftDataSharesRequestDetails withRevisionId(String revisionId)
revisionId - The unique identifier for the revision associated with this import job.public String toString()
toString in class ObjectObject.toString()public ImportAssetsFromRedshiftDataSharesRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.