@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssetRevisionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAssetRevisionResult() |
Modifier and Type | Method and Description |
---|---|
CreateAssetRevisionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the asset revision occured.
|
String |
getCreatedBy()
The Amazon DataZone user who performed the asset revision.
|
String |
getDescription()
The revised asset description.
|
String |
getDomainId()
The unique identifier of the Amazon DataZone domain where the asset was revised.
|
String |
getExternalIdentifier()
The external identifier of the asset.
|
Date |
getFirstRevisionCreatedAt()
The timestamp of when the first asset revision occured.
|
String |
getFirstRevisionCreatedBy()
The Amazon DataZone user who performed the first asset revision.
|
List<FormOutput> |
getFormsOutput()
The metadata forms that were attached to the asset as part of the asset revision.
|
List<String> |
getGlossaryTerms()
The glossary terms that were attached to the asset as part of asset revision.
|
String |
getId()
The unique identifier of the asset revision.
|
List<TimeSeriesDataPointSummaryFormOutput> |
getLatestTimeSeriesDataPointFormsOutput()
The latest data point that was imported into the time series form for the asset.
|
AssetListingDetails |
getListing()
The details of an asset published in an Amazon DataZone catalog.
|
String |
getName()
The revised name of the asset.
|
String |
getOwningProjectId()
The unique identifier of the revised project that owns the asset.
|
PredictionConfiguration |
getPredictionConfiguration()
The configuration of the automatically generated business-friendly metadata for the asset.
|
List<FormOutput> |
getReadOnlyFormsOutput()
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
String |
getRevision()
The revision of the asset.
|
String |
getTypeIdentifier()
The identifier of the revision type.
|
String |
getTypeRevision()
The revision type of the asset.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the asset revision occured.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
|
void |
setDescription(String description)
The revised asset description.
|
void |
setDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
|
void |
setExternalIdentifier(String externalIdentifier)
The external identifier of the asset.
|
void |
setFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
|
void |
setFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
|
void |
setFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
void |
setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
void |
setId(String id)
The unique identifier of the asset revision.
|
void |
setLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
void |
setListing(AssetListingDetails listing)
The details of an asset published in an Amazon DataZone catalog.
|
void |
setName(String name)
The revised name of the asset.
|
void |
setOwningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
|
void |
setPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
void |
setReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
void |
setRevision(String revision)
The revision of the asset.
|
void |
setTypeIdentifier(String typeIdentifier)
The identifier of the revision type.
|
void |
setTypeRevision(String typeRevision)
The revision type of the asset.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssetRevisionResult |
withCreatedAt(Date createdAt)
The timestamp of when the asset revision occured.
|
CreateAssetRevisionResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
|
CreateAssetRevisionResult |
withDescription(String description)
The revised asset description.
|
CreateAssetRevisionResult |
withDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
|
CreateAssetRevisionResult |
withExternalIdentifier(String externalIdentifier)
The external identifier of the asset.
|
CreateAssetRevisionResult |
withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
|
CreateAssetRevisionResult |
withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
|
CreateAssetRevisionResult |
withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
withFormsOutput(FormOutput... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResult |
withGlossaryTerms(String... glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResult |
withId(String id)
The unique identifier of the asset revision.
|
CreateAssetRevisionResult |
withLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
CreateAssetRevisionResult |
withLatestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
CreateAssetRevisionResult |
withListing(AssetListingDetails listing)
The details of an asset published in an Amazon DataZone catalog.
|
CreateAssetRevisionResult |
withName(String name)
The revised name of the asset.
|
CreateAssetRevisionResult |
withOwningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
|
CreateAssetRevisionResult |
withPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionResult |
withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
withRevision(String revision)
The revision of the asset.
|
CreateAssetRevisionResult |
withTypeIdentifier(String typeIdentifier)
The identifier of the revision type.
|
CreateAssetRevisionResult |
withTypeRevision(String typeRevision)
The revision type of the asset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when the asset revision occured.
createdAt
- The timestamp of when the asset revision occured.public Date getCreatedAt()
The timestamp of when the asset revision occured.
public CreateAssetRevisionResult withCreatedAt(Date createdAt)
The timestamp of when the asset revision occured.
createdAt
- The timestamp of when the asset revision occured.public void setCreatedBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
createdBy
- The Amazon DataZone user who performed the asset revision.public String getCreatedBy()
The Amazon DataZone user who performed the asset revision.
public CreateAssetRevisionResult withCreatedBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
createdBy
- The Amazon DataZone user who performed the asset revision.public void setDescription(String description)
The revised asset description.
description
- The revised asset description.public String getDescription()
The revised asset description.
public CreateAssetRevisionResult withDescription(String description)
The revised asset description.
description
- The revised asset description.public void setDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
domainId
- The unique identifier of the Amazon DataZone domain where the asset was revised.public String getDomainId()
The unique identifier of the Amazon DataZone domain where the asset was revised.
public CreateAssetRevisionResult withDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
domainId
- The unique identifier of the Amazon DataZone domain where the asset was revised.public void setExternalIdentifier(String externalIdentifier)
The external identifier of the asset.
externalIdentifier
- The external identifier of the asset.public String getExternalIdentifier()
The external identifier of the asset.
public CreateAssetRevisionResult withExternalIdentifier(String externalIdentifier)
The external identifier of the asset.
externalIdentifier
- The external identifier of the asset.public void setFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
firstRevisionCreatedAt
- The timestamp of when the first asset revision occured.public Date getFirstRevisionCreatedAt()
The timestamp of when the first asset revision occured.
public CreateAssetRevisionResult withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
firstRevisionCreatedAt
- The timestamp of when the first asset revision occured.public void setFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
firstRevisionCreatedBy
- The Amazon DataZone user who performed the first asset revision.public String getFirstRevisionCreatedBy()
The Amazon DataZone user who performed the first asset revision.
public CreateAssetRevisionResult withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
firstRevisionCreatedBy
- The Amazon DataZone user who performed the first asset revision.public List<FormOutput> getFormsOutput()
The metadata forms that were attached to the asset as part of the asset revision.
public void setFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
formsOutput
- The metadata forms that were attached to the asset as part of the asset revision.public CreateAssetRevisionResult withFormsOutput(FormOutput... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
NOTE: This method appends the values to the existing list (if any). Use
setFormsOutput(java.util.Collection)
or withFormsOutput(java.util.Collection)
if you want to
override the existing values.
formsOutput
- The metadata forms that were attached to the asset as part of the asset revision.public CreateAssetRevisionResult withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
formsOutput
- The metadata forms that were attached to the asset as part of the asset revision.public List<String> getGlossaryTerms()
The glossary terms that were attached to the asset as part of asset revision.
public void setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
glossaryTerms
- The glossary terms that were attached to the asset as part of asset revision.public CreateAssetRevisionResult withGlossaryTerms(String... glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
NOTE: This method appends the values to the existing list (if any). Use
setGlossaryTerms(java.util.Collection)
or withGlossaryTerms(java.util.Collection)
if you want
to override the existing values.
glossaryTerms
- The glossary terms that were attached to the asset as part of asset revision.public CreateAssetRevisionResult withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
glossaryTerms
- The glossary terms that were attached to the asset as part of asset revision.public void setId(String id)
The unique identifier of the asset revision.
id
- The unique identifier of the asset revision.public String getId()
The unique identifier of the asset revision.
public CreateAssetRevisionResult withId(String id)
The unique identifier of the asset revision.
id
- The unique identifier of the asset revision.public List<TimeSeriesDataPointSummaryFormOutput> getLatestTimeSeriesDataPointFormsOutput()
The latest data point that was imported into the time series form for the asset.
public void setLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
latestTimeSeriesDataPointFormsOutput
- The latest data point that was imported into the time series form for the asset.public CreateAssetRevisionResult withLatestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
NOTE: This method appends the values to the existing list (if any). Use
setLatestTimeSeriesDataPointFormsOutput(java.util.Collection)
or
withLatestTimeSeriesDataPointFormsOutput(java.util.Collection)
if you want to override the existing
values.
latestTimeSeriesDataPointFormsOutput
- The latest data point that was imported into the time series form for the asset.public CreateAssetRevisionResult withLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
latestTimeSeriesDataPointFormsOutput
- The latest data point that was imported into the time series form for the asset.public void setListing(AssetListingDetails listing)
The details of an asset published in an Amazon DataZone catalog.
listing
- The details of an asset published in an Amazon DataZone catalog.public AssetListingDetails getListing()
The details of an asset published in an Amazon DataZone catalog.
public CreateAssetRevisionResult withListing(AssetListingDetails listing)
The details of an asset published in an Amazon DataZone catalog.
listing
- The details of an asset published in an Amazon DataZone catalog.public void setName(String name)
The revised name of the asset.
name
- The revised name of the asset.public String getName()
The revised name of the asset.
public CreateAssetRevisionResult withName(String name)
The revised name of the asset.
name
- The revised name of the asset.public void setOwningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
owningProjectId
- The unique identifier of the revised project that owns the asset.public String getOwningProjectId()
The unique identifier of the revised project that owns the asset.
public CreateAssetRevisionResult withOwningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
owningProjectId
- The unique identifier of the revised project that owns the asset.public void setPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
predictionConfiguration
- The configuration of the automatically generated business-friendly metadata for the asset.public PredictionConfiguration getPredictionConfiguration()
The configuration of the automatically generated business-friendly metadata for the asset.
public CreateAssetRevisionResult withPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
predictionConfiguration
- The configuration of the automatically generated business-friendly metadata for the asset.public List<FormOutput> getReadOnlyFormsOutput()
The read-only metadata forms that were attached to the asset as part of the asset revision.
public void setReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
readOnlyFormsOutput
- The read-only metadata forms that were attached to the asset as part of the asset revision.public CreateAssetRevisionResult withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
NOTE: This method appends the values to the existing list (if any). Use
setReadOnlyFormsOutput(java.util.Collection)
or withReadOnlyFormsOutput(java.util.Collection)
if you want to override the existing values.
readOnlyFormsOutput
- The read-only metadata forms that were attached to the asset as part of the asset revision.public CreateAssetRevisionResult withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
readOnlyFormsOutput
- The read-only metadata forms that were attached to the asset as part of the asset revision.public void setRevision(String revision)
The revision of the asset.
revision
- The revision of the asset.public String getRevision()
The revision of the asset.
public CreateAssetRevisionResult withRevision(String revision)
The revision of the asset.
revision
- The revision of the asset.public void setTypeIdentifier(String typeIdentifier)
The identifier of the revision type.
typeIdentifier
- The identifier of the revision type.public String getTypeIdentifier()
The identifier of the revision type.
public CreateAssetRevisionResult withTypeIdentifier(String typeIdentifier)
The identifier of the revision type.
typeIdentifier
- The identifier of the revision type.public void setTypeRevision(String typeRevision)
The revision type of the asset.
typeRevision
- The revision type of the asset.public String getTypeRevision()
The revision type of the asset.
public CreateAssetRevisionResult withTypeRevision(String typeRevision)
The revision type of the asset.
typeRevision
- The revision type of the asset.public String toString()
toString
in class Object
Object.toString()
public CreateAssetRevisionResult clone()