@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetsFromRedshiftDataSharesRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details from an import from Amazon Redshift datashare request.
| 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)
Marshalls this structured data using the given
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()
A list of Amazon Redshift datashare assets.
public void setAssetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
A list of Amazon Redshift datashare assets.
assetSources - A list of Amazon Redshift datashare assets.public ImportAssetsFromRedshiftDataSharesRequestDetails withAssetSources(RedshiftDataShareAssetSourceEntry... assetSources)
A list of Amazon Redshift datashare assets.
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)
A list of Amazon Redshift datashare assets.
assetSources - A list of Amazon Redshift datashare assets.public void setDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId - The unique identifier for the data set associated with this import job.public String getDataSetId()
The unique identifier for the data set associated with this import job.
public ImportAssetsFromRedshiftDataSharesRequestDetails withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId - The unique identifier for the data set associated with this import job.public void setRevisionId(String revisionId)
The unique identifier for the revision associated with this import job.
revisionId - The unique identifier for the revision associated with this import job.public String getRevisionId()
The unique identifier for the revision associated with this import job.
public ImportAssetsFromRedshiftDataSharesRequestDetails withRevisionId(String revisionId)
The unique identifier for the revision associated with this import job.
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.