|
||||||||||
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.CreateAppCookieStickinessPolicyRequest
public class CreateAppCookieStickinessPolicyRequest
Create App Cookie Stickiness Policy Request
Constructor Summary | |
---|---|
CreateAppCookieStickinessPolicyRequest()
|
Method Summary | |
---|---|
String |
getCookieName()
Returns the value of the CookieName property for this object. |
String |
getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object. |
String |
getPolicyName()
Returns the value of the PolicyName property for this object. |
void |
setCookieName(String cookieName)
Sets the value of the CookieName property for this object. |
void |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
void |
setPolicyName(String policyName)
Sets the value of the PolicyName property for this object. |
String |
toString()
|
CreateAppCookieStickinessPolicyRequest |
withCookieName(String cookieName)
Sets the value of the CookieName property for this object. |
CreateAppCookieStickinessPolicyRequest |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
CreateAppCookieStickinessPolicyRequest |
withPolicyName(String policyName)
Sets the value of the PolicyName 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 CreateAppCookieStickinessPolicyRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public CreateAppCookieStickinessPolicyRequest 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 String getPolicyName()
public void setPolicyName(String policyName)
policyName
- The new value for the PolicyName property for this object.public CreateAppCookieStickinessPolicyRequest withPolicyName(String policyName)
Returns a reference to this object so that method calls can be chained together.
policyName
- The new value for the PolicyName property for this object.
public String getCookieName()
public void setCookieName(String cookieName)
cookieName
- The new value for the CookieName property for this object.public CreateAppCookieStickinessPolicyRequest withCookieName(String cookieName)
Returns a reference to this object so that method calls can be chained together.
cookieName
- The new value for the CookieName property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |