@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventTypesFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information about a filter to apply to the list of returned event types. You can filter by resource type or service name.
| Constructor and Description |
|---|
ListEventTypesFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The system-generated name of the filter type you want to filter by.
|
String |
getValue()
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want
to filter by.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The system-generated name of the filter type you want to filter by.
|
void |
setValue(String value)
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want
to filter by.
|
String |
toString()
Returns a string representation of this object.
|
ListEventTypesFilter |
withName(ListEventTypesFilterName name)
The system-generated name of the filter type you want to filter by.
|
ListEventTypesFilter |
withName(String name)
The system-generated name of the filter type you want to filter by.
|
ListEventTypesFilter |
withValue(String value)
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want
to filter by.
|
public void setName(String name)
The system-generated name of the filter type you want to filter by.
name - The system-generated name of the filter type you want to filter by.ListEventTypesFilterNamepublic String getName()
The system-generated name of the filter type you want to filter by.
ListEventTypesFilterNamepublic ListEventTypesFilter withName(String name)
The system-generated name of the filter type you want to filter by.
name - The system-generated name of the filter type you want to filter by.ListEventTypesFilterNamepublic ListEventTypesFilter withName(ListEventTypesFilterName name)
The system-generated name of the filter type you want to filter by.
name - The system-generated name of the filter type you want to filter by.ListEventTypesFilterNamepublic void setValue(String value)
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.
value - The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you
want to filter by.public String getValue()
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.
public ListEventTypesFilter withValue(String value)
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.
value - The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you
want to filter by.public String toString()
toString in class ObjectObject.toString()public ListEventTypesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.