@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)
Marshalls this structured data using the given
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.ListEventTypesFilterName
public String getName()
The system-generated name of the filter type you want to filter by.
ListEventTypesFilterName
public 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.ListEventTypesFilterName
public 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.ListEventTypesFilterName
public 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 Object
Object.toString()
public ListEventTypesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.