@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamFilters extends Object implements Serializable, Cloneable, StructuredPojo
Object specifying the stream attribute on which to filter.
| Constructor and Description |
|---|
StreamFilters() |
| Modifier and Type | Method and Description |
|---|---|
StreamFilters |
clone() |
boolean |
equals(Object obj) |
String |
getHealth()
The stream’s health.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHealth(String health)
The stream’s health.
|
String |
toString()
Returns a string representation of this object.
|
StreamFilters |
withHealth(StreamHealth health)
The stream’s health.
|
StreamFilters |
withHealth(String health)
The stream’s health.
|
public void setHealth(String health)
The stream’s health.
health - The stream’s health.StreamHealthpublic String getHealth()
The stream’s health.
StreamHealthpublic StreamFilters withHealth(String health)
The stream’s health.
health - The stream’s health.StreamHealthpublic StreamFilters withHealth(StreamHealth health)
The stream’s health.
health - The stream’s health.StreamHealthpublic String toString()
toString in class ObjectObject.toString()public StreamFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.