@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSourceServersRequestFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>
Request to filter Source Servers list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSourceServersRequestFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
applicationIDs()
Request to filter Source Servers list by application IDs.
|
static DescribeSourceServersRequestFilters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasApplicationIDs()
For responses, this returns true if the service returned a value for the ApplicationIDs property.
|
int |
hashCode() |
boolean |
hasLifeCycleStates()
For responses, this returns true if the service returned a value for the LifeCycleStates property.
|
boolean |
hasReplicationTypes()
For responses, this returns true if the service returned a value for the ReplicationTypes property.
|
boolean |
hasSourceServerIDs()
For responses, this returns true if the service returned a value for the SourceServerIDs property.
|
Boolean |
isArchived()
Request to filter Source Servers list by archived.
|
List<LifeCycleState> |
lifeCycleStates()
Request to filter Source Servers list by life cycle states.
|
List<String> |
lifeCycleStatesAsStrings()
Request to filter Source Servers list by life cycle states.
|
List<ReplicationType> |
replicationTypes()
Request to filter Source Servers list by replication type.
|
List<String> |
replicationTypesAsStrings()
Request to filter Source Servers list by replication type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSourceServersRequestFilters.Builder> |
serializableBuilderClass() |
List<String> |
sourceServerIDs()
Request to filter Source Servers list by Source Server ID.
|
DescribeSourceServersRequestFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasApplicationIDs()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> applicationIDs()
Request to filter Source Servers list by application IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasApplicationIDs() method.
public final Boolean isArchived()
Request to filter Source Servers list by archived.
public final List<LifeCycleState> lifeCycleStates()
Request to filter Source Servers list by life cycle states.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLifeCycleStates() method.
public final boolean hasLifeCycleStates()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> lifeCycleStatesAsStrings()
Request to filter Source Servers list by life cycle states.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLifeCycleStates() method.
public final List<ReplicationType> replicationTypes()
Request to filter Source Servers list by replication type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReplicationTypes() method.
public final boolean hasReplicationTypes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> replicationTypesAsStrings()
Request to filter Source Servers list by replication type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReplicationTypes() method.
public final boolean hasSourceServerIDs()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> sourceServerIDs()
Request to filter Source Servers list by Source Server ID.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSourceServerIDs() method.
public DescribeSourceServersRequestFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>public static DescribeSourceServersRequestFilters.Builder builder()
public static Class<? extends DescribeSourceServersRequestFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.