@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeListenersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeListenersResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeListenersResult |
clone() |
boolean |
equals(Object obj) |
List<Listener> |
getListeners()
Information about the listeners.
|
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
int |
hashCode() |
void |
setListeners(Collection<Listener> listeners)
Information about the listeners.
|
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeListenersResult |
withListeners(Collection<Listener> listeners)
Information about the listeners.
|
DescribeListenersResult |
withListeners(Listener... listeners)
Information about the listeners.
|
DescribeListenersResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Listener> getListeners()
Information about the listeners.
public void setListeners(Collection<Listener> listeners)
Information about the listeners.
listeners - Information about the listeners.public DescribeListenersResult withListeners(Listener... listeners)
Information about the listeners.
NOTE: This method appends the values to the existing list (if any). Use
setListeners(java.util.Collection) or withListeners(java.util.Collection) if you want to
override the existing values.
listeners - Information about the listeners.public DescribeListenersResult withListeners(Collection<Listener> listeners)
Information about the listeners.
listeners - Information about the listeners.public void setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeListenersResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString in class ObjectObject.toString()public DescribeListenersResult clone()
Copyright © 2020. All rights reserved.