public class DescribeConditionalForwardersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConditionalForwarder> |
conditionalForwarders
The list of conditional forwarders that have been created.
|
Constructor and Description |
---|
DescribeConditionalForwardersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConditionalForwardersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ConditionalForwarder> |
getConditionalForwarders()
The list of conditional forwarders that have been created.
|
int |
hashCode() |
void |
setConditionalForwarders(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConditionalForwardersResult |
withConditionalForwarders(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
DescribeConditionalForwardersResult |
withConditionalForwarders(ConditionalForwarder... conditionalForwarders)
The list of conditional forwarders that have been created.
|
private SdkInternalList<ConditionalForwarder> conditionalForwarders
The list of conditional forwarders that have been created.
public java.util.List<ConditionalForwarder> getConditionalForwarders()
The list of conditional forwarders that have been created.
public void setConditionalForwarders(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
conditionalForwarders
- The list of conditional forwarders that have been created.public DescribeConditionalForwardersResult withConditionalForwarders(ConditionalForwarder... conditionalForwarders)
The list of conditional forwarders that have been created.
NOTE: This method appends the values to the existing list (if
any). Use setConditionalForwarders(java.util.Collection)
or
withConditionalForwarders(java.util.Collection)
if you want to
override the existing values.
conditionalForwarders
- The list of conditional forwarders that have been created.public DescribeConditionalForwardersResult withConditionalForwarders(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
conditionalForwarders
- The list of conditional forwarders that have been created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConditionalForwardersResult clone()
clone
in class java.lang.Object