|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.SetLoadBalancerPoliciesOfListenerRequest
public class SetLoadBalancerPoliciesOfListenerRequest
Container for the parameters to the SetLoadBalancerPoliciesOfListener operation.
AmazonElasticLoadBalancing.setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest)| Constructor Summary | |
|---|---|
SetLoadBalancerPoliciesOfListenerRequest()
|
|
| Method Summary | |
|---|---|
String |
getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object. |
Integer |
getLoadBalancerPort()
Returns the value of the LoadBalancerPort property for this object. |
List<String> |
getPolicyNames()
Returns the value of the PolicyNames property for this object. |
void |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
void |
setLoadBalancerPort(Integer loadBalancerPort)
Sets the value of the LoadBalancerPort property for this object. |
void |
setPolicyNames(Collection<String> policyNames)
Sets the value of the PolicyNames property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SetLoadBalancerPoliciesOfListenerRequest |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
SetLoadBalancerPoliciesOfListenerRequest |
withLoadBalancerPort(Integer loadBalancerPort)
Sets the value of the LoadBalancerPort property for this object. |
SetLoadBalancerPoliciesOfListenerRequest |
withPolicyNames(Collection<String> policyNames)
Sets the value of the PolicyNames property for this object. |
SetLoadBalancerPoliciesOfListenerRequest |
withPolicyNames(String... policyNames)
Sets the value of the PolicyNames property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SetLoadBalancerPoliciesOfListenerRequest()
| Method Detail |
|---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The new value for the LoadBalancerName property for this object.public SetLoadBalancerPoliciesOfListenerRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The new value for the LoadBalancerName property for this object.
public Integer getLoadBalancerPort()
public void setLoadBalancerPort(Integer loadBalancerPort)
loadBalancerPort - The new value for the LoadBalancerPort property for this object.public SetLoadBalancerPoliciesOfListenerRequest withLoadBalancerPort(Integer loadBalancerPort)
Returns a reference to this object so that method calls can be chained together.
loadBalancerPort - The new value for the LoadBalancerPort property for this object.
public List<String> getPolicyNames()
public void setPolicyNames(Collection<String> policyNames)
policyNames - The new value for the PolicyNames property for this object.public SetLoadBalancerPoliciesOfListenerRequest withPolicyNames(String... policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - The new value for the PolicyNames property for this object.
public SetLoadBalancerPoliciesOfListenerRequest withPolicyNames(Collection<String> policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - The new value for the PolicyNames property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||