public class StickySessionConfigForCreateServerGroupInput extends Object
| Constructor and Description |
|---|
StickySessionConfigForCreateServerGroupInput() |
| Modifier and Type | Method and Description |
|---|---|
StickySessionConfigForCreateServerGroupInput |
cookie(String cookie) |
StickySessionConfigForCreateServerGroupInput |
cookieTimeout(String cookieTimeout) |
boolean |
equals(Object o) |
String |
getCookie()
Get cookie
|
String |
getCookieTimeout()
Get cookieTimeout
|
String |
getStickySessionEnabled()
Get stickySessionEnabled
|
String |
getStickySessionType()
Get stickySessionType
|
int |
hashCode() |
void |
setCookie(String cookie) |
void |
setCookieTimeout(String cookieTimeout) |
void |
setStickySessionEnabled(String stickySessionEnabled) |
void |
setStickySessionType(String stickySessionType) |
StickySessionConfigForCreateServerGroupInput |
stickySessionEnabled(String stickySessionEnabled) |
StickySessionConfigForCreateServerGroupInput |
stickySessionType(String stickySessionType) |
String |
toString() |
public StickySessionConfigForCreateServerGroupInput()
public StickySessionConfigForCreateServerGroupInput cookie(String cookie)
public String getCookie()
public void setCookie(String cookie)
public StickySessionConfigForCreateServerGroupInput cookieTimeout(String cookieTimeout)
public String getCookieTimeout()
public void setCookieTimeout(String cookieTimeout)
public StickySessionConfigForCreateServerGroupInput stickySessionEnabled(String stickySessionEnabled)
public String getStickySessionEnabled()
public void setStickySessionEnabled(String stickySessionEnabled)
public StickySessionConfigForCreateServerGroupInput stickySessionType(String stickySessionType)
public String getStickySessionType()
public void setStickySessionType(String stickySessionType)
Copyright © 2026. All rights reserved.