|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.AppCookieStickinessPolicy
public class AppCookieStickinessPolicy
App Cookie Stickiness Policy
Constructor Summary | |
---|---|
AppCookieStickinessPolicy()
|
Method Summary | |
---|---|
String |
getCookieName()
Returns the value of the CookieName 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 |
setPolicyName(String policyName)
Sets the value of the PolicyName property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AppCookieStickinessPolicy |
withCookieName(String cookieName)
Sets the value of the CookieName property for this object. |
AppCookieStickinessPolicy |
withPolicyName(String policyName)
Sets the value of the PolicyName property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppCookieStickinessPolicy()
Method Detail |
---|
public String getPolicyName()
public void setPolicyName(String policyName)
policyName
- The new value for the PolicyName property for this object.public AppCookieStickinessPolicy 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 AppCookieStickinessPolicy 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
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |