@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWavesRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
Waves list filters.
Constructor and Description |
---|
ListWavesRequestFilters() |
Modifier and Type | Method and Description |
---|---|
ListWavesRequestFilters |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsArchived()
Filter waves list by archival status.
|
List<String> |
getWaveIDs()
Filter waves list by wave ID.
|
int |
hashCode() |
Boolean |
isArchived()
Filter waves list by archival status.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsArchived(Boolean isArchived)
Filter waves list by archival status.
|
void |
setWaveIDs(Collection<String> waveIDs)
Filter waves list by wave ID.
|
String |
toString()
Returns a string representation of this object.
|
ListWavesRequestFilters |
withIsArchived(Boolean isArchived)
Filter waves list by archival status.
|
ListWavesRequestFilters |
withWaveIDs(Collection<String> waveIDs)
Filter waves list by wave ID.
|
ListWavesRequestFilters |
withWaveIDs(String... waveIDs)
Filter waves list by wave ID.
|
public void setIsArchived(Boolean isArchived)
Filter waves list by archival status.
isArchived
- Filter waves list by archival status.public Boolean getIsArchived()
Filter waves list by archival status.
public ListWavesRequestFilters withIsArchived(Boolean isArchived)
Filter waves list by archival status.
isArchived
- Filter waves list by archival status.public Boolean isArchived()
Filter waves list by archival status.
public List<String> getWaveIDs()
Filter waves list by wave ID.
public void setWaveIDs(Collection<String> waveIDs)
Filter waves list by wave ID.
waveIDs
- Filter waves list by wave ID.public ListWavesRequestFilters withWaveIDs(String... waveIDs)
Filter waves list by wave ID.
NOTE: This method appends the values to the existing list (if any). Use
setWaveIDs(java.util.Collection)
or withWaveIDs(java.util.Collection)
if you want to override
the existing values.
waveIDs
- Filter waves list by wave ID.public ListWavesRequestFilters withWaveIDs(Collection<String> waveIDs)
Filter waves list by wave ID.
waveIDs
- Filter waves list by wave ID.public String toString()
toString
in class Object
Object.toString()
public ListWavesRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.