@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConditionalForwardersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeConditionalForwarder request.
Constructor and Description |
---|
DescribeConditionalForwardersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConditionalForwardersResult |
clone() |
boolean |
equals(Object obj) |
List<ConditionalForwarder> |
getConditionalForwarders()
The list of conditional forwarders that have been created.
|
int |
hashCode() |
void |
setConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConditionalForwardersResult |
withConditionalForwarders(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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConditionalForwarder> getConditionalForwarders()
The list of conditional forwarders that have been created.
public void setConditionalForwarders(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(Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
conditionalForwarders
- The list of conditional forwarders that have been created.public String toString()
toString
in class Object
Object.toString()
public DescribeConditionalForwardersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.