@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientLoginBannerOptions extends Object implements Serializable, Cloneable
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Constructor and Description |
---|
ClientLoginBannerOptions() |
Modifier and Type | Method and Description |
---|---|
ClientLoginBannerOptions |
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()
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when
a VPN session is established.
|
int |
hashCode() |
Boolean |
isEnabled()
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when
a VPN session is established.
|
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)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when
a VPN session is established.
|
String |
toString()
Returns a string representation of this object.
|
ClientLoginBannerOptions |
withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
ClientLoginBannerOptions |
withEnabled(Boolean enabled)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when
a VPN session is established.
|
public void setEnabled(Boolean enabled)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values: true | false
Default value: false
enabled
- Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.
Valid values: true | false
Default value: false
public Boolean getEnabled()
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values: true | false
Default value: false
Valid values: true | false
Default value: false
public ClientLoginBannerOptions withEnabled(Boolean enabled)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values: true | false
Default value: false
enabled
- Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.
Valid values: true | false
Default value: false
public Boolean isEnabled()
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values: true | false
Default value: false
Valid values: true | false
Default value: 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 ClientLoginBannerOptions 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 ClientLoginBannerOptions clone()