|
||||||||||
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.CreateLBCookieStickinessPolicyRequest
public class CreateLBCookieStickinessPolicyRequest
Create L B Cookie Stickiness Policy Request
Constructor Summary | |
---|---|
CreateLBCookieStickinessPolicyRequest()
|
Method Summary | |
---|---|
Long |
getCookieExpirationPeriod()
Returns the value of the CookieExpirationPeriod 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 |
setCookieExpirationPeriod(Long cookieExpirationPeriod)
Sets the value of the CookieExpirationPeriod 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()
|
CreateLBCookieStickinessPolicyRequest |
withCookieExpirationPeriod(Long cookieExpirationPeriod)
Sets the value of the CookieExpirationPeriod property for this object. |
CreateLBCookieStickinessPolicyRequest |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
CreateLBCookieStickinessPolicyRequest |
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 CreateLBCookieStickinessPolicyRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public CreateLBCookieStickinessPolicyRequest 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 CreateLBCookieStickinessPolicyRequest 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 CreateLBCookieStickinessPolicyRequest 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 |