Class CfnManagedLoginBranding.AssetTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnManagedLoginBranding.AssetTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnManagedLoginBranding.AssetTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnManagedLoginBranding.AssetTypeProperty
@Stability(Stable)
@Internal
public static final class CfnManagedLoginBranding.AssetTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnManagedLoginBranding.AssetTypeProperty
An implementation for
CfnManagedLoginBranding.AssetTypeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnManagedLoginBranding.AssetTypeProperty
CfnManagedLoginBranding.AssetTypeProperty.Builder, CfnManagedLoginBranding.AssetTypeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnManagedLoginBranding.AssetTypeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getBytes()
The image file, in Base64-encoded binary.final String
The category that the image corresponds to in your managed login configuration.final String
The display-mode target of the asset: light, dark, or browser-adaptive.final String
The file type of the image file.final String
The ID of the asset.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnManagedLoginBranding.AssetTypeProperty.Builder
.
-
-
Method Details
-
getCategory
Description copied from interface:CfnManagedLoginBranding.AssetTypeProperty
The category that the image corresponds to in your managed login configuration.Managed login has asset categories for different types of logos, backgrounds, and icons.
- Specified by:
getCategory
in interfaceCfnManagedLoginBranding.AssetTypeProperty
- See Also:
-
getColorMode
Description copied from interface:CfnManagedLoginBranding.AssetTypeProperty
The display-mode target of the asset: light, dark, or browser-adaptive.For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.
- Specified by:
getColorMode
in interfaceCfnManagedLoginBranding.AssetTypeProperty
- See Also:
-
getExtension
Description copied from interface:CfnManagedLoginBranding.AssetTypeProperty
The file type of the image file.- Specified by:
getExtension
in interfaceCfnManagedLoginBranding.AssetTypeProperty
- See Also:
-
getBytes
Description copied from interface:CfnManagedLoginBranding.AssetTypeProperty
The image file, in Base64-encoded binary.- Specified by:
getBytes
in interfaceCfnManagedLoginBranding.AssetTypeProperty
- See Also:
-
getResourceId
Description copied from interface:CfnManagedLoginBranding.AssetTypeProperty
The ID of the asset.- Specified by:
getResourceId
in interfaceCfnManagedLoginBranding.AssetTypeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-