@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRulesetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRulesetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRulesetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeRulesetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRulesetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time that the ruleset was created.
|
String |
getCreatedBy()
The Amazon Resource Name (ARN) of the user who created the ruleset.
|
String |
getDescription()
The description of the ruleset.
|
String |
getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
|
Date |
getLastModifiedDate()
The modification date and time of the ruleset.
|
String |
getName()
The name of the ruleset.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) for the ruleset.
|
List<Rule> |
getRules()
A list of rules that are defined with the ruleset.
|
Map<String,String> |
getTags()
Metadata tags that have been applied to the ruleset.
|
String |
getTargetArn()
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
|
int |
hashCode() |
void |
setCreateDate(Date createDate)
The date and time that the ruleset was created.
|
void |
setCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
|
void |
setDescription(String description)
The description of the ruleset.
|
void |
setLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The modification date and time of the ruleset.
|
void |
setName(String name)
The name of the ruleset.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
|
void |
setRules(Collection<Rule> rules)
A list of rules that are defined with the ruleset.
|
void |
setTags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
|
void |
setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRulesetResult |
withCreateDate(Date createDate)
The date and time that the ruleset was created.
|
DescribeRulesetResult |
withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
|
DescribeRulesetResult |
withDescription(String description)
The description of the ruleset.
|
DescribeRulesetResult |
withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
|
DescribeRulesetResult |
withLastModifiedDate(Date lastModifiedDate)
The modification date and time of the ruleset.
|
DescribeRulesetResult |
withName(String name)
The name of the ruleset.
|
DescribeRulesetResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
|
DescribeRulesetResult |
withRules(Collection<Rule> rules)
A list of rules that are defined with the ruleset.
|
DescribeRulesetResult |
withRules(Rule... rules)
A list of rules that are defined with the ruleset.
|
DescribeRulesetResult |
withTags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
|
DescribeRulesetResult |
withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the ruleset.
name
- The name of the ruleset.public String getName()
The name of the ruleset.
public DescribeRulesetResult withName(String name)
The name of the ruleset.
name
- The name of the ruleset.public void setDescription(String description)
The description of the ruleset.
description
- The description of the ruleset.public String getDescription()
The description of the ruleset.
public DescribeRulesetResult withDescription(String description)
The description of the ruleset.
description
- The description of the ruleset.public void setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
targetArn
- The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.public String getTargetArn()
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
public DescribeRulesetResult withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
targetArn
- The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.public List<Rule> getRules()
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
public void setRules(Collection<Rule> rules)
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
rules
- A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a
DataBrew dataset.public DescribeRulesetResult withRules(Rule... rules)
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a
DataBrew dataset.public DescribeRulesetResult withRules(Collection<Rule> rules)
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
rules
- A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a
DataBrew dataset.public void setCreateDate(Date createDate)
The date and time that the ruleset was created.
createDate
- The date and time that the ruleset was created.public Date getCreateDate()
The date and time that the ruleset was created.
public DescribeRulesetResult withCreateDate(Date createDate)
The date and time that the ruleset was created.
createDate
- The date and time that the ruleset was created.public void setCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
createdBy
- The Amazon Resource Name (ARN) of the user who created the ruleset.public String getCreatedBy()
The Amazon Resource Name (ARN) of the user who created the ruleset.
public DescribeRulesetResult withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
createdBy
- The Amazon Resource Name (ARN) of the user who created the ruleset.public void setLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the ruleset.public String getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
public DescribeRulesetResult withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the ruleset.public void setLastModifiedDate(Date lastModifiedDate)
The modification date and time of the ruleset.
lastModifiedDate
- The modification date and time of the ruleset.public Date getLastModifiedDate()
The modification date and time of the ruleset.
public DescribeRulesetResult withLastModifiedDate(Date lastModifiedDate)
The modification date and time of the ruleset.
lastModifiedDate
- The modification date and time of the ruleset.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
resourceArn
- The Amazon Resource Name (ARN) for the ruleset.public String getResourceArn()
The Amazon Resource Name (ARN) for the ruleset.
public DescribeRulesetResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
resourceArn
- The Amazon Resource Name (ARN) for the ruleset.public Map<String,String> getTags()
Metadata tags that have been applied to the ruleset.
public void setTags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
tags
- Metadata tags that have been applied to the ruleset.public DescribeRulesetResult withTags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
tags
- Metadata tags that have been applied to the ruleset.public DescribeRulesetResult addTagsEntry(String key, String value)
public DescribeRulesetResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeRulesetResult clone()