@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IosImportClientBrandingAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.
Client branding attributes are public facing. Ensure you do not include sensitive information.
Constructor and Description |
---|
IosImportClientBrandingAttributes() |
Modifier and Type | Method and Description |
---|---|
IosImportClientBrandingAttributes |
addLoginMessageEntry(String key,
String value)
Add a single LoginMessage entry
|
IosImportClientBrandingAttributes |
clearLoginMessageEntries()
Removes all the entries added into LoginMessage.
|
IosImportClientBrandingAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getForgotPasswordLink()
The forgotten password link.
|
Map<String,String> |
getLoginMessage()
The login message.
|
ByteBuffer |
getLogo()
The logo.
|
ByteBuffer |
getLogo2x()
The @2x version of the logo.
|
ByteBuffer |
getLogo3x()
The @3x version of the logo.
|
String |
getSupportEmail()
The support email.
|
String |
getSupportLink()
The support link.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setForgotPasswordLink(String forgotPasswordLink)
The forgotten password link.
|
void |
setLoginMessage(Map<String,String> loginMessage)
The login message.
|
void |
setLogo(ByteBuffer logo)
The logo.
|
void |
setLogo2x(ByteBuffer logo2x)
The @2x version of the logo.
|
void |
setLogo3x(ByteBuffer logo3x)
The @3x version of the logo.
|
void |
setSupportEmail(String supportEmail)
The support email.
|
void |
setSupportLink(String supportLink)
The support link.
|
String |
toString()
Returns a string representation of this object.
|
IosImportClientBrandingAttributes |
withForgotPasswordLink(String forgotPasswordLink)
The forgotten password link.
|
IosImportClientBrandingAttributes |
withLoginMessage(Map<String,String> loginMessage)
The login message.
|
IosImportClientBrandingAttributes |
withLogo(ByteBuffer logo)
The logo.
|
IosImportClientBrandingAttributes |
withLogo2x(ByteBuffer logo2x)
The @2x version of the logo.
|
IosImportClientBrandingAttributes |
withLogo3x(ByteBuffer logo3x)
The @3x version of the logo.
|
IosImportClientBrandingAttributes |
withSupportEmail(String supportEmail)
The support email.
|
IosImportClientBrandingAttributes |
withSupportLink(String supportLink)
The support link.
|
public void setLogo(ByteBuffer logo)
The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal
to one point. The only image format accepted is a binary data object that is converted from a .png
file.
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 standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel
is equal to one point. The only image format accepted is a binary data object that is converted from a
.png
file.public ByteBuffer getLogo()
The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal
to one point. The only image format accepted is a binary data object that is converted from a .png
file.
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
file.public IosImportClientBrandingAttributes withLogo(ByteBuffer logo)
The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal
to one point. The only image format accepted is a binary data object that is converted from a .png
file.
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 standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel
is equal to one point. The only image format accepted is a binary data object that is converted from a
.png
file.public void setLogo2x(ByteBuffer logo2x)
The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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.
logo2x
- The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (orpublic ByteBuffer getLogo2x()
The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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
.
public IosImportClientBrandingAttributes withLogo2x(ByteBuffer logo2x)
The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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.
logo2x
- The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (orpublic void setLogo3x(ByteBuffer logo3x)
The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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.
logo3x
- The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (orpublic ByteBuffer getLogo3x()
The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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
.
public IosImportClientBrandingAttributes withLogo3x(ByteBuffer logo3x)
The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).
The only image format accepted is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
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.
logo3x
- The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (orpublic 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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
public IosImportClientBrandingAttributes 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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
public IosImportClientBrandingAttributes 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 workspaces-feedback@amazon.com
.
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 workspaces-feedback@amazon.com
.
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 IosImportClientBrandingAttributes 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
. The HTML tags supported include the
following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.
en_US
. The HTML tags supported
include the following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.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
. The HTML tags supported include the
following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.
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
. The HTML tags supported
include the following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.public IosImportClientBrandingAttributes 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
. The HTML tags supported include the
following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.
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
. The HTML tags supported
include the following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.public IosImportClientBrandingAttributes addLoginMessageEntry(String key, String value)
public IosImportClientBrandingAttributes clearLoginMessageEntries()
public String toString()
toString
in class Object
Object.toString()
public IosImportClientBrandingAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.