@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetFilterSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the asset filter.
Constructor and Description |
---|
AssetFilterSummary() |
Modifier and Type | Method and Description |
---|---|
AssetFilterSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the data asset.
|
Date |
getCreatedAt()
The timestamp at which the asset filter was created.
|
String |
getDescription()
The description of the asset filter.
|
String |
getDomainId()
The ID of the domain where the asset filter lives.
|
List<String> |
getEffectiveColumnNames()
The effective column names of the asset filter.
|
String |
getEffectiveRowFilter()
The effective row filter of the asset filter.
|
String |
getErrorMessage()
The error message that is displayed if the action does not succeed.
|
String |
getId()
The ID of the asset filter.
|
String |
getName()
The name of the asset filter.
|
String |
getStatus()
The status of the asset filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetId(String assetId)
The ID of the data asset.
|
void |
setCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
|
void |
setDescription(String description)
The description of the asset filter.
|
void |
setDomainId(String domainId)
The ID of the domain where the asset filter lives.
|
void |
setEffectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
|
void |
setEffectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
|
void |
setErrorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
|
void |
setId(String id)
The ID of the asset filter.
|
void |
setName(String name)
The name of the asset filter.
|
void |
setStatus(String status)
The status of the asset filter.
|
String |
toString()
Returns a string representation of this object.
|
AssetFilterSummary |
withAssetId(String assetId)
The ID of the data asset.
|
AssetFilterSummary |
withCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
|
AssetFilterSummary |
withDescription(String description)
The description of the asset filter.
|
AssetFilterSummary |
withDomainId(String domainId)
The ID of the domain where the asset filter lives.
|
AssetFilterSummary |
withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
|
AssetFilterSummary |
withEffectiveColumnNames(String... effectiveColumnNames)
The effective column names of the asset filter.
|
AssetFilterSummary |
withEffectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
|
AssetFilterSummary |
withErrorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
|
AssetFilterSummary |
withId(String id)
The ID of the asset filter.
|
AssetFilterSummary |
withName(String name)
The name of the asset filter.
|
AssetFilterSummary |
withStatus(FilterStatus status)
The status of the asset filter.
|
AssetFilterSummary |
withStatus(String status)
The status of the asset filter.
|
public void setAssetId(String assetId)
The ID of the data asset.
assetId
- The ID of the data asset.public String getAssetId()
The ID of the data asset.
public AssetFilterSummary withAssetId(String assetId)
The ID of the data asset.
assetId
- The ID of the data asset.public void setCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
createdAt
- The timestamp at which the asset filter was created.public Date getCreatedAt()
The timestamp at which the asset filter was created.
public AssetFilterSummary withCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
createdAt
- The timestamp at which the asset filter was created.public void setDescription(String description)
The description of the asset filter.
description
- The description of the asset filter.public String getDescription()
The description of the asset filter.
public AssetFilterSummary withDescription(String description)
The description of the asset filter.
description
- The description of the asset filter.public void setDomainId(String domainId)
The ID of the domain where the asset filter lives.
domainId
- The ID of the domain where the asset filter lives.public String getDomainId()
The ID of the domain where the asset filter lives.
public AssetFilterSummary withDomainId(String domainId)
The ID of the domain where the asset filter lives.
domainId
- The ID of the domain where the asset filter lives.public List<String> getEffectiveColumnNames()
The effective column names of the asset filter.
public void setEffectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
effectiveColumnNames
- The effective column names of the asset filter.public AssetFilterSummary withEffectiveColumnNames(String... effectiveColumnNames)
The effective column names of the asset filter.
NOTE: This method appends the values to the existing list (if any). Use
setEffectiveColumnNames(java.util.Collection)
or withEffectiveColumnNames(java.util.Collection)
if you want to override the existing values.
effectiveColumnNames
- The effective column names of the asset filter.public AssetFilterSummary withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
effectiveColumnNames
- The effective column names of the asset filter.public void setEffectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
effectiveRowFilter
- The effective row filter of the asset filter.public String getEffectiveRowFilter()
The effective row filter of the asset filter.
public AssetFilterSummary withEffectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
effectiveRowFilter
- The effective row filter of the asset filter.public void setErrorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
errorMessage
- The error message that is displayed if the action does not succeed.public String getErrorMessage()
The error message that is displayed if the action does not succeed.
public AssetFilterSummary withErrorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
errorMessage
- The error message that is displayed if the action does not succeed.public void setId(String id)
The ID of the asset filter.
id
- The ID of the asset filter.public String getId()
The ID of the asset filter.
public AssetFilterSummary withId(String id)
The ID of the asset filter.
id
- The ID of the asset filter.public void setName(String name)
The name of the asset filter.
name
- The name of the asset filter.public String getName()
The name of the asset filter.
public AssetFilterSummary withName(String name)
The name of the asset filter.
name
- The name of the asset filter.public void setStatus(String status)
The status of the asset filter.
status
- The status of the asset filter.FilterStatus
public String getStatus()
The status of the asset filter.
FilterStatus
public AssetFilterSummary withStatus(String status)
The status of the asset filter.
status
- The status of the asset filter.FilterStatus
public AssetFilterSummary withStatus(FilterStatus status)
The status of the asset filter.
status
- The status of the asset filter.FilterStatus
public String toString()
toString
in class Object
Object.toString()
public AssetFilterSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.