@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecoveryInstancesRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
A set of filters by which to return Recovery Instances.
Constructor and Description |
---|
DescribeRecoveryInstancesRequestFilters() |
Modifier and Type | Method and Description |
---|---|
DescribeRecoveryInstancesRequestFilters |
clone() |
boolean |
equals(Object obj) |
List<String> |
getRecoveryInstanceIDs()
An array of Recovery Instance IDs that should be returned.
|
List<String> |
getSourceServerIDs()
An array of Source Server IDs for which associated Recovery Instances should be returned.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned.
|
void |
setSourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecoveryInstancesRequestFilters |
withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned.
|
DescribeRecoveryInstancesRequestFilters |
withRecoveryInstanceIDs(String... recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned.
|
DescribeRecoveryInstancesRequestFilters |
withSourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
|
DescribeRecoveryInstancesRequestFilters |
withSourceServerIDs(String... sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
|
public DescribeRecoveryInstancesRequestFilters()
public List<String> getRecoveryInstanceIDs()
An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.
public void setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.
recoveryInstanceIDs
- An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.public DescribeRecoveryInstancesRequestFilters withRecoveryInstanceIDs(String... recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.
NOTE: This method appends the values to the existing list (if any). Use
setRecoveryInstanceIDs(java.util.Collection)
or withRecoveryInstanceIDs(java.util.Collection)
if you want to override the existing values.
recoveryInstanceIDs
- An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.public DescribeRecoveryInstancesRequestFilters withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.
recoveryInstanceIDs
- An array of Recovery Instance IDs that should be returned. An empty array means all Recovery Instances.public List<String> getSourceServerIDs()
An array of Source Server IDs for which associated Recovery Instances should be returned.
public void setSourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
sourceServerIDs
- An array of Source Server IDs for which associated Recovery Instances should be returned.public DescribeRecoveryInstancesRequestFilters withSourceServerIDs(String... sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
NOTE: This method appends the values to the existing list (if any). Use
setSourceServerIDs(java.util.Collection)
or withSourceServerIDs(java.util.Collection)
if you
want to override the existing values.
sourceServerIDs
- An array of Source Server IDs for which associated Recovery Instances should be returned.public DescribeRecoveryInstancesRequestFilters withSourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Server IDs for which associated Recovery Instances should be returned.
sourceServerIDs
- An array of Source Server IDs for which associated Recovery Instances should be returned.public String toString()
toString
in class Object
Object.toString()
public DescribeRecoveryInstancesRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.