@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataSetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDataSetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDataSetResult |
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.
|
Map<String,String> |
getTags()
The tags for the data set.
|
Date |
getUpdatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
|
int |
hashCode() |
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 |
setTags(Map<String,String> tags)
The tags for the data set.
|
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.
|
CreateDataSetResult |
withArn(String arn)
The ARN for the data set.
|
CreateDataSetResult |
withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetResult |
withAssetType(String assetType)
The type of asset that is added to a data set.
|
CreateDataSetResult |
withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
CreateDataSetResult |
withDescription(String description)
The description for the data set.
|
CreateDataSetResult |
withId(String id)
The unique identifier for the data set.
|
CreateDataSetResult |
withName(String name)
The name of the data set.
|
CreateDataSetResult |
withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
CreateDataSetResult |
withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
CreateDataSetResult |
withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
CreateDataSetResult |
withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
CreateDataSetResult |
withTags(Map<String,String> tags)
The tags for the data set.
|
CreateDataSetResult |
withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult 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 Map<String,String> getTags()
The tags for the data set.
public void setTags(Map<String,String> tags)
The tags for the data set.
tags
- The tags for the data set.public CreateDataSetResult withTags(Map<String,String> tags)
The tags for the data set.
tags
- The tags for the data set.public CreateDataSetResult addTagsEntry(String key, String value)
public CreateDataSetResult clearTagsEntries()
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 CreateDataSetResult 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 CreateDataSetResult clone()