@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowFilter extends Object implements StructuredPojo, ToCopyableBuilder<MaintenanceWindowFilter.Builder,MaintenanceWindowFilter>
Filter used in the request.
Modifier and Type | Class and Description |
---|---|
static interface |
MaintenanceWindowFilter.Builder |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowFilter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name of the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends MaintenanceWindowFilter.Builder> |
serializableBuilderClass() |
MaintenanceWindowFilter.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
values()
The filter values.
|
copy
public String key()
The name of the filter.
public List<String> values()
The filter values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public MaintenanceWindowFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowFilter.Builder,MaintenanceWindowFilter>
public static MaintenanceWindowFilter.Builder builder()
public static Class<? extends MaintenanceWindowFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.