@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the asset was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the asset.
|
String |
getDescription()
The description of the Amazon DataZone asset.
|
String |
getDomainId()
The ID of the Amazon DataZone domain to which the asset belongs.
|
String |
getExternalIdentifier()
The external ID of the asset.
|
Date |
getFirstRevisionCreatedAt()
The timestamp of when the first revision of the asset was created.
|
String |
getFirstRevisionCreatedBy()
The Amazon DataZone user who created the first revision of the asset.
|
List<FormOutput> |
getFormsOutput()
The metadata forms attached to the asset.
|
List<String> |
getGlossaryTerms()
The business glossary terms attached to the asset.
|
String |
getId()
The ID of the asset.
|
List<TimeSeriesDataPointSummaryFormOutput> |
getLatestTimeSeriesDataPointFormsOutput()
The latest data point that was imported into the time series form for the asset.
|
AssetListingDetails |
getListing()
The listing of the asset.
|
String |
getName()
The name of the asset.
|
String |
getOwningProjectId()
The ID of the project that owns the asset.
|
List<FormOutput> |
getReadOnlyFormsOutput()
The read-only metadata forms attached to the asset.
|
String |
getRevision()
The revision of the asset.
|
String |
getTypeIdentifier()
The ID of the asset type.
|
String |
getTypeRevision()
The revision of the asset type.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the asset was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the asset.
|
void |
setDescription(String description)
The description of the Amazon DataZone asset.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
|
void |
setExternalIdentifier(String externalIdentifier)
The external ID of the asset.
|
void |
setFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
|
void |
setFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
|
void |
setFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
|
void |
setGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
|
void |
setId(String id)
The ID of the asset.
|
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 listing of the asset.
|
void |
setName(String name)
The name of the asset.
|
void |
setOwningProjectId(String owningProjectId)
The ID of the project that owns the asset.
|
void |
setReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
void |
setRevision(String revision)
The revision of the asset.
|
void |
setTypeIdentifier(String typeIdentifier)
The ID of the asset type.
|
void |
setTypeRevision(String typeRevision)
The revision of the asset type.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetResult |
withCreatedAt(Date createdAt)
The timestamp of when the asset was created.
|
GetAssetResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset.
|
GetAssetResult |
withDescription(String description)
The description of the Amazon DataZone asset.
|
GetAssetResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
|
GetAssetResult |
withExternalIdentifier(String externalIdentifier)
The external ID of the asset.
|
GetAssetResult |
withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
|
GetAssetResult |
withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
|
GetAssetResult |
withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
|
GetAssetResult |
withFormsOutput(FormOutput... formsOutput)
The metadata forms attached to the asset.
|
GetAssetResult |
withGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResult |
withGlossaryTerms(String... glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResult |
withId(String id)
The ID of the asset.
|
GetAssetResult |
withLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
GetAssetResult |
withLatestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
GetAssetResult |
withListing(AssetListingDetails listing)
The listing of the asset.
|
GetAssetResult |
withName(String name)
The name of the asset.
|
GetAssetResult |
withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset.
|
GetAssetResult |
withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResult |
withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResult |
withRevision(String revision)
The revision of the asset.
|
GetAssetResult |
withTypeIdentifier(String typeIdentifier)
The ID of the asset type.
|
GetAssetResult |
withTypeRevision(String typeRevision)
The revision of the asset type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when the asset was created.
createdAt
- The timestamp of when the asset was created.public Date getCreatedAt()
The timestamp of when the asset was created.
public GetAssetResult withCreatedAt(Date createdAt)
The timestamp of when the asset was created.
createdAt
- The timestamp of when the asset was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the asset.
createdBy
- The Amazon DataZone user who created the asset.public String getCreatedBy()
The Amazon DataZone user who created the asset.
public GetAssetResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset.
createdBy
- The Amazon DataZone user who created the asset.public void setDescription(String description)
The description of the Amazon DataZone asset.
description
- The description of the Amazon DataZone asset.public String getDescription()
The description of the Amazon DataZone asset.
public GetAssetResult withDescription(String description)
The description of the Amazon DataZone asset.
description
- The description of the Amazon DataZone asset.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
domainId
- The ID of the Amazon DataZone domain to which the asset belongs.public String getDomainId()
The ID of the Amazon DataZone domain to which the asset belongs.
public GetAssetResult withDomainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
domainId
- The ID of the Amazon DataZone domain to which the asset belongs.public void setExternalIdentifier(String externalIdentifier)
The external ID of the asset.
externalIdentifier
- The external ID of the asset.public String getExternalIdentifier()
The external ID of the asset.
public GetAssetResult withExternalIdentifier(String externalIdentifier)
The external ID of the asset.
externalIdentifier
- The external ID of the asset.public void setFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
firstRevisionCreatedAt
- The timestamp of when the first revision of the asset was created.public Date getFirstRevisionCreatedAt()
The timestamp of when the first revision of the asset was created.
public GetAssetResult withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
firstRevisionCreatedAt
- The timestamp of when the first revision of the asset was created.public void setFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
firstRevisionCreatedBy
- The Amazon DataZone user who created the first revision of the asset.public String getFirstRevisionCreatedBy()
The Amazon DataZone user who created the first revision of the asset.
public GetAssetResult withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
firstRevisionCreatedBy
- The Amazon DataZone user who created the first revision of the asset.public List<FormOutput> getFormsOutput()
The metadata forms attached to the asset.
public void setFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
formsOutput
- The metadata forms attached to the asset.public GetAssetResult withFormsOutput(FormOutput... formsOutput)
The metadata forms attached to the asset.
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 attached to the asset.public GetAssetResult withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
formsOutput
- The metadata forms attached to the asset.public List<String> getGlossaryTerms()
The business glossary terms attached to the asset.
public void setGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
glossaryTerms
- The business glossary terms attached to the asset.public GetAssetResult withGlossaryTerms(String... glossaryTerms)
The business glossary terms attached to the asset.
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 business glossary terms attached to the asset.public GetAssetResult withGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
glossaryTerms
- The business glossary terms attached to the asset.public void setId(String id)
The ID of the asset.
id
- The ID of the asset.public String getId()
The ID of the asset.
public GetAssetResult withId(String id)
The ID of the asset.
id
- The ID of the asset.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 GetAssetResult 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 GetAssetResult 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 listing of the asset.
listing
- The listing of the asset.public AssetListingDetails getListing()
The listing of the asset.
public GetAssetResult withListing(AssetListingDetails listing)
The listing of the asset.
listing
- The listing of the asset.public void setName(String name)
The name of the asset.
name
- The name of the asset.public String getName()
The name of the asset.
public GetAssetResult withName(String name)
The name of the asset.
name
- The name of the asset.public void setOwningProjectId(String owningProjectId)
The ID of the project that owns the asset.
owningProjectId
- The ID of the project that owns the asset.public String getOwningProjectId()
The ID of the project that owns the asset.
public GetAssetResult withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset.
owningProjectId
- The ID of the project that owns the asset.public List<FormOutput> getReadOnlyFormsOutput()
The read-only metadata forms attached to the asset.
public void setReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
readOnlyFormsOutput
- The read-only metadata forms attached to the asset.public GetAssetResult withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
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 attached to the asset.public GetAssetResult withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
readOnlyFormsOutput
- The read-only metadata forms attached to the asset.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 GetAssetResult withRevision(String revision)
The revision of the asset.
revision
- The revision of the asset.public void setTypeIdentifier(String typeIdentifier)
The ID of the asset type.
typeIdentifier
- The ID of the asset type.public String getTypeIdentifier()
The ID of the asset type.
public GetAssetResult withTypeIdentifier(String typeIdentifier)
The ID of the asset type.
typeIdentifier
- The ID of the asset type.public void setTypeRevision(String typeRevision)
The revision of the asset type.
typeRevision
- The revision of the asset type.public String getTypeRevision()
The revision of the asset type.
public GetAssetResult withTypeRevision(String typeRevision)
The revision of the asset type.
typeRevision
- The revision of the asset type.public String toString()
toString
in class Object
Object.toString()
public GetAssetResult clone()