@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
A filter object, used to optionally filter results from calls to the ListEntities and
ListChangeSets actions.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
For
ListEntities, the supported value for this is an EntityId. |
List<String> |
getValueList()
ListEntities - This is a list of unique EntityIds. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
For
ListEntities, the supported value for this is an EntityId. |
void |
setValueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds. |
String |
toString()
Returns a string representation of this object.
|
Filter |
withName(String name)
For
ListEntities, the supported value for this is an EntityId. |
Filter |
withValueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds. |
Filter |
withValueList(String... valueList)
ListEntities - This is a list of unique EntityIds. |
public void setName(String name)
For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
name - For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
public String getName()
For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
public Filter withName(String name)
For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
name - For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
public List<String> getValueList()
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended before
the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended after
the filter value.
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
public void setValueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended before
the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended after
the filter value.
valueList - ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
public Filter withValueList(String... valueList)
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended before
the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended after
the filter value.
NOTE: This method appends the values to the existing list (if any). Use
setValueList(java.util.Collection) or withValueList(java.util.Collection) if you want to
override the existing values.
valueList - ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
public Filter withValueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended before
the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended after
the filter value.
valueList - ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.