Class CfnTenantProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnTenantProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTenantProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTenantProps
@Stability(Stable)
@Internal
public static final class CfnTenantProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTenantProps
An implementation for
CfnTenantProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnTenantProps
CfnTenantProps.Builder, CfnTenantProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTenantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTenantProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe list of resources to associate with the tenant.getTags()An array of objects that define the tags (keys and values) associated with the tenant.final StringThe name of a tenant.final inthashCode()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 theCfnTenantProps.Builder.
-
-
Method Details
-
getTenantName
Description copied from interface:CfnTenantPropsThe name of a tenant.The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
- Specified by:
getTenantNamein interfaceCfnTenantProps- See Also:
-
getResourceAssociations
Description copied from interface:CfnTenantPropsThe list of resources to associate with the tenant.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTenant.ResourceAssociationProperty>- Specified by:
getResourceAssociationsin interfaceCfnTenantProps- See Also:
-
getTags
Description copied from interface:CfnTenantPropsAn array of objects that define the tags (keys and values) associated with the tenant.- Specified by:
getTagsin interfaceCfnTenantProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-