|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.LBCookieStickinessPolicy
public class LBCookieStickinessPolicy
L B Cookie Stickiness Policy
| Constructor Summary | |
|---|---|
LBCookieStickinessPolicy()
|
|
| Method Summary | |
|---|---|
Long |
getCookieExpirationPeriod()
Returns the value of the CookieExpirationPeriod property for this object. |
String |
getPolicyName()
Returns the value of the PolicyName property for this object. |
void |
setCookieExpirationPeriod(Long cookieExpirationPeriod)
Sets the value of the CookieExpirationPeriod property for this object. |
void |
setPolicyName(String policyName)
Sets the value of the PolicyName property for this object. |
String |
toString()
|
LBCookieStickinessPolicy |
withCookieExpirationPeriod(Long cookieExpirationPeriod)
Sets the value of the CookieExpirationPeriod property for this object. |
LBCookieStickinessPolicy |
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 LBCookieStickinessPolicy()
| Method Detail |
|---|
public String getPolicyName()
public void setPolicyName(String policyName)
policyName - The new value for the PolicyName property for this object.public LBCookieStickinessPolicy 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 Long getCookieExpirationPeriod()
public void setCookieExpirationPeriod(Long cookieExpirationPeriod)
cookieExpirationPeriod - The new value for the CookieExpirationPeriod property for this object.public LBCookieStickinessPolicy withCookieExpirationPeriod(Long cookieExpirationPeriod)
Returns a reference to this object so that method calls can be chained together.
cookieExpirationPeriod - The new value for the CookieExpirationPeriod 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 | |||||||||