JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dataexchange.model

Class CreateDataSetResult

    • Constructor Detail

      • CreateDataSetResult

        public CreateDataSetResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The ARN for the data set.

        Parameters:
        arn - The ARN for the data set.
      • getArn

        public String getArn()

        The ARN for the data set.

        Returns:
        The ARN for the data set.
      • withArn

        public CreateDataSetResult withArn(String arn)

        The ARN for the data set.

        Parameters:
        arn - The ARN for the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAssetType

        public void setAssetType(String assetType)

        The type of asset that is added to a data set.

        Parameters:
        assetType - The type of asset that is added to a data set.
        See Also:
        AssetType
      • getAssetType

        public String getAssetType()

        The type of asset that is added to a data set.

        Returns:
        The type of asset that is added to a data set.
        See Also:
        AssetType
      • withAssetType

        public CreateDataSetResult withAssetType(String assetType)

        The type of asset that is added to a data set.

        Parameters:
        assetType - The type of asset that is added to a data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetType
      • withAssetType

        public CreateDataSetResult withAssetType(AssetType assetType)

        The type of asset that is added to a data set.

        Parameters:
        assetType - The type of asset that is added to a data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetType
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The date and time that the data set was created, in ISO 8601 format.

        Parameters:
        createdAt - The date and time that the data set was created, in ISO 8601 format.
      • getCreatedAt

        public Date getCreatedAt()

        The date and time that the data set was created, in ISO 8601 format.

        Returns:
        The date and time that the data set was created, in ISO 8601 format.
      • withCreatedAt

        public CreateDataSetResult withCreatedAt(Date createdAt)

        The date and time that the data set was created, in ISO 8601 format.

        Parameters:
        createdAt - The date and time that the data set was created, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description for the data set.

        Parameters:
        description - The description for the data set.
      • getDescription

        public String getDescription()

        The description for the data set.

        Returns:
        The description for the data set.
      • withDescription

        public CreateDataSetResult withDescription(String description)

        The description for the data set.

        Parameters:
        description - The description for the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The unique identifier for the data set.

        Parameters:
        id - The unique identifier for the data set.
      • getId

        public String getId()

        The unique identifier for the data set.

        Returns:
        The unique identifier for the data set.
      • withId

        public CreateDataSetResult withId(String id)

        The unique identifier for the data set.

        Parameters:
        id - The unique identifier for the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the data set.

        Parameters:
        name - The name of the data set.
      • getName

        public String getName()

        The name of the data set.

        Returns:
        The name of the data set.
      • withName

        public CreateDataSetResult withName(String name)

        The name of the data set.

        Parameters:
        name - The name of the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOrigin

        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).

        Parameters:
        origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
        See Also:
        Origin
      • getOrigin

        public String getOrigin()

        A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

        Returns:
        A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
        See Also:
        Origin
      • withOrigin

        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).

        Parameters:
        origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Origin
      • withOrigin

        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).

        Parameters:
        origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Origin
      • setOriginDetails

        public void setOriginDetails(OriginDetails originDetails)

        If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

        Parameters:
        originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
      • getOriginDetails

        public OriginDetails getOriginDetails()

        If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

        Returns:
        If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
      • withOriginDetails

        public CreateDataSetResult withOriginDetails(OriginDetails originDetails)

        If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

        Parameters:
        originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceId

        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.

        Parameters:
        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.
      • getSourceId

        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.

        Returns:
        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.
      • withSourceId

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags for the data set.

        Returns:
        The tags for the data set.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags for the data set.

        Parameters:
        tags - The tags for the data set.
      • withTags

        public CreateDataSetResult withTags(Map<String,String> tags)

        The tags for the data set.

        Parameters:
        tags - The tags for the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateDataSetResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The date and time that the data set was last updated, in ISO 8601 format.

        Parameters:
        updatedAt - The date and time that the data set was last updated, in ISO 8601 format.
      • getUpdatedAt

        public Date getUpdatedAt()

        The date and time that the data set was last updated, in ISO 8601 format.

        Returns:
        The date and time that the data set was last updated, in ISO 8601 format.
      • withUpdatedAt

        public CreateDataSetResult withUpdatedAt(Date updatedAt)

        The date and time that the data set was last updated, in ISO 8601 format.

        Parameters:
        updatedAt - The date and time that the data set was last updated, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /