@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssetFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAssetFilterResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAssetFilterResult |
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 the asset filter was created.
|
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 is not completed 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 the asset filter was created.
|
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 is not completed 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.
|
UpdateAssetFilterResult |
withAssetId(String assetId)
The ID of the data asset.
|
UpdateAssetFilterResult |
withConfiguration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
|
UpdateAssetFilterResult |
withCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
|
UpdateAssetFilterResult |
withDescription(String description)
The description of the asset filter.
|
UpdateAssetFilterResult |
withDomainId(String domainId)
The ID of the domain where the asset filter was created.
|
UpdateAssetFilterResult |
withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
|
UpdateAssetFilterResult |
withEffectiveColumnNames(String... effectiveColumnNames)
The column names of the asset filter.
|
UpdateAssetFilterResult |
withEffectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
|
UpdateAssetFilterResult |
withErrorMessage(String errorMessage)
The error message that is displayed if the action is not completed successfully.
|
UpdateAssetFilterResult |
withId(String id)
The ID of the asset filter.
|
UpdateAssetFilterResult |
withName(String name)
The name of the asset filter.
|
UpdateAssetFilterResult |
withStatus(FilterStatus status)
The status of the asset filter.
|
UpdateAssetFilterResult |
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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 was created.
domainId
- The ID of the domain where the asset filter was created.public String getDomainId()
The ID of the domain where the asset filter was created.
public UpdateAssetFilterResult withDomainId(String domainId)
The ID of the domain where the asset filter was created.
domainId
- The ID of the domain where the asset filter was created.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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 is not completed successfully.
errorMessage
- The error message that is displayed if the action is not completed successfully.public String getErrorMessage()
The error message that is displayed if the action is not completed successfully.
public UpdateAssetFilterResult withErrorMessage(String errorMessage)
The error message that is displayed if the action is not completed successfully.
errorMessage
- The error message that is displayed if the action is not completed 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 UpdateAssetFilterResult 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 UpdateAssetFilterResult 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 UpdateAssetFilterResult withStatus(String status)
The status of the asset filter.
status
- The status of the asset filter.FilterStatus
public UpdateAssetFilterResult 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 UpdateAssetFilterResult clone()