|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.ListenerDescription
public class ListenerDescription
The ListenerDescription data type.
| Constructor Summary | |
|---|---|
ListenerDescription()
Default constructor for a new ListenerDescription object. |
|
| Method Summary | |
|---|---|
Listener |
getListener()
The Listener data type. |
List<String> |
getPolicyNames()
A list of policies enabled for this listener. |
void |
setListener(Listener listener)
The Listener data type. |
void |
setPolicyNames(Collection<String> policyNames)
A list of policies enabled for this listener. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListenerDescription |
withListener(Listener listener)
The Listener data type. |
ListenerDescription |
withPolicyNames(Collection<String> policyNames)
A list of policies enabled for this listener. |
ListenerDescription |
withPolicyNames(String... policyNames)
A list of policies enabled for this listener. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListenerDescription()
| Method Detail |
|---|
public Listener getListener()
public void setListener(Listener listener)
listener - The Listener data type.public ListenerDescription withListener(Listener listener)
Returns a reference to this object so that method calls can be chained together.
listener - The Listener data type.
public List<String> getPolicyNames()
public void setPolicyNames(Collection<String> policyNames)
policyNames - A list of policies enabled for this listener. An empty list indicates
that no policies are enabled.public ListenerDescription withPolicyNames(String... policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - A list of policies enabled for this listener. An empty list indicates
that no policies are enabled.
public ListenerDescription withPolicyNames(Collection<String> policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - A list of policies enabled for this listener. An empty list indicates
that no policies are enabled.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||