@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientLoginBannerResponseOptions extends Object implements Serializable, Cloneable
Current state of options for customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Constructor and Description |
---|
ClientLoginBannerResponseOptions() |
Modifier and Type | Method and Description |
---|---|
ClientLoginBannerResponseOptions |
clone() |
boolean |
equals(Object obj) |
String |
getBannerText()
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
Boolean |
getEnabled()
Current state of text banner feature.
|
int |
hashCode() |
Boolean |
isEnabled()
Current state of text banner feature.
|
void |
setBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
void |
setEnabled(Boolean enabled)
Current state of text banner feature.
|
String |
toString()
Returns a string representation of this object.
|
ClientLoginBannerResponseOptions |
withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
ClientLoginBannerResponseOptions |
withEnabled(Boolean enabled)
Current state of text banner feature.
|
public void setEnabled(Boolean enabled)
Current state of text banner feature.
Valid values: true | false
enabled
- Current state of text banner feature.
Valid values: true | false
public Boolean getEnabled()
Current state of text banner feature.
Valid values: true | false
Valid values: true | false
public ClientLoginBannerResponseOptions withEnabled(Boolean enabled)
Current state of text banner feature.
Valid values: true | false
enabled
- Current state of text banner feature.
Valid values: true | false
public Boolean isEnabled()
Current state of text banner feature.
Valid values: true | false
Valid values: true | false
public void setBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
bannerText
- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN
session is established. UTF-8 encoded characters only. Maximum of 1400 characters.public String getBannerText()
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
public ClientLoginBannerResponseOptions withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
bannerText
- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN
session is established. UTF-8 encoded characters only. Maximum of 1400 characters.public String toString()
toString
in class Object
Object.toString()
public ClientLoginBannerResponseOptions clone()