@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetEntry extends Object implements Serializable, Cloneable, StructuredPojo
A data set is an AWS resource with one or more revisions.
Constructor and Description |
---|
DataSetEntry() |
Modifier and Type | Method and Description |
---|---|
DataSetEntry |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN for the data set.
|
String |
getAssetType()
The type of asset that is added to a data set.
|
Date |
getCreatedAt()
The date and time that the data set was created, in ISO 8601 format.
|
String |
getDescription()
The description for the data set.
|
String |
getId()
The unique identifier for the data set.
|
String |
getName()
The name of the data set.
|
String |
getOrigin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
OriginDetails |
getOriginDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
String |
getSourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
Date |
getUpdatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN for the data set.
|
void |
setAssetType(String assetType)
The type of asset that is added to a data set.
|
void |
setCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
void |
setDescription(String description)
The description for the data set.
|
void |
setId(String id)
The unique identifier for the data set.
|
void |
setName(String name)
The name of the data set.
|
void |
setOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
void |
setOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
void |
setSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
DataSetEntry |
withArn(String arn)
The ARN for the data set.
|
DataSetEntry |
withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
DataSetEntry |
withAssetType(String assetType)
The type of asset that is added to a data set.
|
DataSetEntry |
withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
DataSetEntry |
withDescription(String description)
The description for the data set.
|
DataSetEntry |
withId(String id)
The unique identifier for the data set.
|
DataSetEntry |
withName(String name)
The name of the data set.
|
DataSetEntry |
withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
DataSetEntry |
withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
DataSetEntry |
withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
DataSetEntry |
withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
DataSetEntry |
withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
public void setArn(String arn)
The ARN for the data set.
arn
- The ARN for the data set.public String getArn()
The ARN for the data set.
public DataSetEntry withArn(String arn)
The ARN for the data set.
arn
- The ARN for the data set.public void setAssetType(String assetType)
The type of asset that is added to a data set.
assetType
- The type of asset that is added to a data set.AssetType
public String getAssetType()
The type of asset that is added to a data set.
AssetType
public DataSetEntry withAssetType(String assetType)
The type of asset that is added to a data set.
assetType
- The type of asset that is added to a data set.AssetType
public DataSetEntry withAssetType(AssetType assetType)
The type of asset that is added to a data set.
assetType
- The type of asset that is added to a data set.AssetType
public void setCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
createdAt
- The date and time that the data set was created, in ISO 8601 format.public Date getCreatedAt()
The date and time that the data set was created, in ISO 8601 format.
public DataSetEntry withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
createdAt
- The date and time that the data set was created, in ISO 8601 format.public void setDescription(String description)
The description for the data set.
description
- The description for the data set.public String getDescription()
The description for the data set.
public DataSetEntry withDescription(String description)
The description for the data set.
description
- The description for the data set.public void setId(String id)
The unique identifier for the data set.
id
- The unique identifier for the data set.public String getId()
The unique identifier for the data set.
public DataSetEntry withId(String id)
The unique identifier for the data set.
id
- The unique identifier for the data set.public void setName(String name)
The name of the data set.
name
- The name of the data set.public String getName()
The name of the data set.
public DataSetEntry withName(String name)
The name of the data set.
name
- The name of the data set.public void setOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
origin
- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account
(for subscribers).Origin
public String getOrigin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
Origin
public DataSetEntry withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
origin
- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account
(for subscribers).Origin
public DataSetEntry withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
origin
- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account
(for subscribers).Origin
public void setOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
originDetails
- If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.public OriginDetails getOriginDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
public DataSetEntry withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
originDetails
- If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.public void setSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
sourceId
- The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter
is returned when a data set owner is viewing the entitled copy of its owned data set.public String getSourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
public DataSetEntry withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
sourceId
- The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter
is returned when a data set owner is viewing the entitled copy of its owned data set.public void setUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
updatedAt
- The date and time that the data set was last updated, in ISO 8601 format.public Date getUpdatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
public DataSetEntry withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
updatedAt
- The date and time that the data set was last updated, in ISO 8601 format.public String toString()
toString
in class Object
Object.toString()
public DataSetEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.