@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultImportClientBrandingAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The default client branding attributes to be imported. These attributes display on the client login screen.
Client branding attributes are public facing. Ensure that you do not include sensitive information.
Constructor and Description |
---|
DefaultImportClientBrandingAttributes() |
public DefaultImportClientBrandingAttributes()
public void setLogo(ByteBuffer logo)
The logo. This is the link where users can download the logo image. The only image format accepted is
.png
.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
logo
- The logo. This is the link where users can download the logo image. The only image format accepted is
.png
.public ByteBuffer getLogo()
The logo. This is the link where users can download the logo image. The only image format accepted is
.png
.
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
.
Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
.png
.public DefaultImportClientBrandingAttributes withLogo(ByteBuffer logo)
The logo. This is the link where users can download the logo image. The only image format accepted is
.png
.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
logo
- The logo. This is the link where users can download the logo image. The only image format accepted is
.png
.public void setSupportEmail(String supportEmail)
The support email. The company's customer support email address.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
supportEmail
- The support email. The company's customer support email address.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
public String getSupportEmail()
The support email. The company's customer support email address.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
public DefaultImportClientBrandingAttributes withSupportEmail(String supportEmail)
The support email. The company's customer support email address.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
supportEmail
- The support email. The company's customer support email address.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default email is [email protected]
.
public void setSupportLink(String supportLink)
The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
supportLink
- The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
public String getSupportLink()
The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
public DefaultImportClientBrandingAttributes withSupportLink(String supportLink)
The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
supportLink
- The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the SupportEmail
and SupportLink
parameters are mutually
exclusive. You can specify one parameter for each platform type, but not both.
The default support link is [email protected]
.
public void setForgotPasswordLink(String forgotPasswordLink)
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
forgotPasswordLink
- The forgotten password link. This is the web address that users can go to if they forget the password for
their WorkSpace.public String getForgotPasswordLink()
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
public DefaultImportClientBrandingAttributes withForgotPasswordLink(String forgotPasswordLink)
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
forgotPasswordLink
- The forgotten password link. This is the web address that users can go to if they forget the password for
their WorkSpace.public Map<String,String> getLoginMessage()
The login message. Specified as a key value pair, in which the key is a locale and the value is the localized
message for that locale. The only key supported is en_US
.
en_US
.public void setLoginMessage(Map<String,String> loginMessage)
The login message. Specified as a key value pair, in which the key is a locale and the value is the localized
message for that locale. The only key supported is en_US
.
loginMessage
- The login message. Specified as a key value pair, in which the key is a locale and the value is the
localized message for that locale. The only key supported is en_US
.public DefaultImportClientBrandingAttributes withLoginMessage(Map<String,String> loginMessage)
The login message. Specified as a key value pair, in which the key is a locale and the value is the localized
message for that locale. The only key supported is en_US
.
loginMessage
- The login message. Specified as a key value pair, in which the key is a locale and the value is the
localized message for that locale. The only key supported is en_US
.public DefaultImportClientBrandingAttributes addLoginMessageEntry(String key, String value)
public DefaultImportClientBrandingAttributes clearLoginMessageEntries()
public String toString()
toString
in class Object
Object.toString()
public DefaultImportClientBrandingAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.