@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|
AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails |
withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails |
withEnabled(Boolean enabled)
Current state of text banner feature.
|
public AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails()
public void setEnabled(Boolean enabled)
Current state of text banner feature.
enabled
- Current state of text banner feature.public Boolean getEnabled()
Current state of text banner feature.
public AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails withEnabled(Boolean enabled)
Current state of text banner feature.
enabled
- Current state of text banner feature.public Boolean isEnabled()
Current state of text banner feature.
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.
bannerText
- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN
session is established.public String getBannerText()
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.
public AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.
bannerText
- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN
session is established.public String toString()
toString
in class Object
Object.toString()
public AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.