@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatasetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatasetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeDatasetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeDatasetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time that the dataset was created.
|
String |
getCreatedBy()
The identifier (user name) of the user who created the dataset.
|
FormatOptions |
getFormatOptions() |
Input |
getInput() |
String |
getLastModifiedBy()
The identifier (user name) of the user who last modified the dataset.
|
Date |
getLastModifiedDate()
The date and time that the dataset was last modified.
|
String |
getName()
The name of the dataset.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getSource()
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
|
Map<String,String> |
getTags()
Metadata tags associated with this dataset.
|
int |
hashCode() |
void |
setCreateDate(Date createDate)
The date and time that the dataset was created.
|
void |
setCreatedBy(String createdBy)
The identifier (user name) of the user who created the dataset.
|
void |
setFormatOptions(FormatOptions formatOptions) |
void |
setInput(Input input) |
void |
setLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date and time that the dataset was last modified.
|
void |
setName(String name)
The name of the dataset.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setSource(String source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
|
void |
setTags(Map<String,String> tags)
Metadata tags associated with this dataset.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetResult |
withCreateDate(Date createDate)
The date and time that the dataset was created.
|
DescribeDatasetResult |
withCreatedBy(String createdBy)
The identifier (user name) of the user who created the dataset.
|
DescribeDatasetResult |
withFormatOptions(FormatOptions formatOptions) |
DescribeDatasetResult |
withInput(Input input) |
DescribeDatasetResult |
withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
|
DescribeDatasetResult |
withLastModifiedDate(Date lastModifiedDate)
The date and time that the dataset was last modified.
|
DescribeDatasetResult |
withName(String name)
The name of the dataset.
|
DescribeDatasetResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
|
DescribeDatasetResult |
withSource(Source source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
|
DescribeDatasetResult |
withSource(String source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
|
DescribeDatasetResult |
withTags(Map<String,String> tags)
Metadata tags associated with this dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedBy(String createdBy)
The identifier (user name) of the user who created the dataset.
createdBy
- The identifier (user name) of the user who created the dataset.public String getCreatedBy()
The identifier (user name) of the user who created the dataset.
public DescribeDatasetResult withCreatedBy(String createdBy)
The identifier (user name) of the user who created the dataset.
createdBy
- The identifier (user name) of the user who created the dataset.public void setCreateDate(Date createDate)
The date and time that the dataset was created.
createDate
- The date and time that the dataset was created.public Date getCreateDate()
The date and time that the dataset was created.
public DescribeDatasetResult withCreateDate(Date createDate)
The date and time that the dataset was created.
createDate
- The date and time that the dataset was created.public void setName(String name)
The name of the dataset.
name
- The name of the dataset.public String getName()
The name of the dataset.
public DescribeDatasetResult withName(String name)
The name of the dataset.
name
- The name of the dataset.public void setFormatOptions(FormatOptions formatOptions)
formatOptions
- public FormatOptions getFormatOptions()
public DescribeDatasetResult withFormatOptions(FormatOptions formatOptions)
formatOptions
- public void setInput(Input input)
input
- public Input getInput()
public DescribeDatasetResult withInput(Input input)
input
- public void setLastModifiedDate(Date lastModifiedDate)
The date and time that the dataset was last modified.
lastModifiedDate
- The date and time that the dataset was last modified.public Date getLastModifiedDate()
The date and time that the dataset was last modified.
public DescribeDatasetResult withLastModifiedDate(Date lastModifiedDate)
The date and time that the dataset was last modified.
lastModifiedDate
- The date and time that the dataset was last modified.public void setLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
lastModifiedBy
- The identifier (user name) of the user who last modified the dataset.public String getLastModifiedBy()
The identifier (user name) of the user who last modified the dataset.
public DescribeDatasetResult withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
lastModifiedBy
- The identifier (user name) of the user who last modified the dataset.public void setSource(String source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
source
- The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.Source
public String getSource()
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
Source
public DescribeDatasetResult withSource(String source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
source
- The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.Source
public DescribeDatasetResult withSource(Source source)
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
source
- The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.Source
public Map<String,String> getTags()
Metadata tags associated with this dataset.
public void setTags(Map<String,String> tags)
Metadata tags associated with this dataset.
tags
- Metadata tags associated with this dataset.public DescribeDatasetResult withTags(Map<String,String> tags)
Metadata tags associated with this dataset.
tags
- Metadata tags associated with this dataset.public DescribeDatasetResult addTagsEntry(String key, String value)
public DescribeDatasetResult clearTagsEntries()
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
resourceArn
- The Amazon Resource Name (ARN) of the dataset.public String getResourceArn()
The Amazon Resource Name (ARN) of the dataset.
public DescribeDatasetResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
resourceArn
- The Amazon Resource Name (ARN) of the dataset.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetResult clone()