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