@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetFilterResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the data asset.
|
AssetFilterConfiguration |
getConfiguration()
The configuration of the asset filter.
|
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 you want to get an asset filter.
|
List<String> |
getEffectiveColumnNames()
The column names of the asset filter.
|
String |
getEffectiveRowFilter()
The row filter of the asset filter.
|
String |
getErrorMessage()
The error message that is displayed if the action does not complete successfully.
|
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 |
setAssetId(String assetId)
The ID of the data asset.
|
void |
setConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
|
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 you want to get an asset filter.
|
void |
setEffectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
|
void |
setEffectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
|
void |
setErrorMessage(String errorMessage)
The error message that is displayed if the action does not complete successfully.
|
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.
|
GetAssetFilterResult |
withAssetId(String assetId)
The ID of the data asset.
|
GetAssetFilterResult |
withConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
|
GetAssetFilterResult |
withCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
|
GetAssetFilterResult |
withDescription(String description)
The description of the asset filter.
|
GetAssetFilterResult |
withDomainId(String domainId)
The ID of the domain where you want to get an asset filter.
|
GetAssetFilterResult |
withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
|
GetAssetFilterResult |
withEffectiveColumnNames(String... effectiveColumnNames)
The column names of the asset filter.
|
GetAssetFilterResult |
withEffectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
|
GetAssetFilterResult |
withErrorMessage(String errorMessage)
The error message that is displayed if the action does not complete successfully.
|
GetAssetFilterResult |
withId(String id)
The ID of the asset filter.
|
GetAssetFilterResult |
withName(String name)
The name of the asset filter.
|
GetAssetFilterResult |
withStatus(FilterStatus status)
The status of the asset filter.
|
GetAssetFilterResult |
withStatus(String status)
The status of the asset filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetAssetFilterResult withAssetId(String assetId)
The ID of the data asset.
assetId
- The ID of the data asset.public void setConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
configuration
- The configuration of the asset filter.public AssetFilterConfiguration getConfiguration()
The configuration of the asset filter.
public GetAssetFilterResult withConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
configuration
- The configuration of the asset filter.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 GetAssetFilterResult 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 GetAssetFilterResult 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 you want to get an asset filter.
domainId
- The ID of the domain where you want to get an asset filter.public String getDomainId()
The ID of the domain where you want to get an asset filter.
public GetAssetFilterResult withDomainId(String domainId)
The ID of the domain where you want to get an asset filter.
domainId
- The ID of the domain where you want to get an asset filter.public List<String> getEffectiveColumnNames()
The column names of the asset filter.
public void setEffectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
effectiveColumnNames
- The column names of the asset filter.public GetAssetFilterResult withEffectiveColumnNames(String... effectiveColumnNames)
The 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 column names of the asset filter.public GetAssetFilterResult withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
effectiveColumnNames
- The column names of the asset filter.public void setEffectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
effectiveRowFilter
- The row filter of the asset filter.public String getEffectiveRowFilter()
The row filter of the asset filter.
public GetAssetFilterResult withEffectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
effectiveRowFilter
- The row filter of the asset filter.public void setErrorMessage(String errorMessage)
The error message that is displayed if the action does not complete successfully.
errorMessage
- The error message that is displayed if the action does not complete successfully.public String getErrorMessage()
The error message that is displayed if the action does not complete successfully.
public GetAssetFilterResult withErrorMessage(String errorMessage)
The error message that is displayed if the action does not complete successfully.
errorMessage
- The error message that is displayed if the action does not complete successfully.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 GetAssetFilterResult 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 GetAssetFilterResult 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 GetAssetFilterResult withStatus(String status)
The status of the asset filter.
status
- The status of the asset filter.FilterStatus
public GetAssetFilterResult 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 GetAssetFilterResult clone()