Class CfnSegmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnSegmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnSegmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentMixinProps
An implementation for
CfnSegmentMixinProps-
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.cfnpropertymixins.services.evidently.CfnSegmentMixinProps
CfnSegmentMixinProps.Builder, CfnSegmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSegmentMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSegmentMixinProps.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 StringAn optional description for this segment.final StringgetName()A name for the segment.final StringThe pattern to use for the segment.getTags()Assigns one or more tags (key-value pairs) to the feature.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 theCfnSegmentMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSegmentMixinPropsAn optional description for this segment.- Specified by:
getDescriptionin interfaceCfnSegmentMixinProps- See Also:
-
getName
Description copied from interface:CfnSegmentMixinPropsA name for the segment.- Specified by:
getNamein interfaceCfnSegmentMixinProps- See Also:
-
getPattern
Description copied from interface:CfnSegmentMixinPropsThe pattern to use for the segment.For more information about pattern syntax, see Segment rule pattern syntax .
- Specified by:
getPatternin interfaceCfnSegmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnSegmentMixinPropsAssigns one or more tags (key-value pairs) to the feature.Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a feature.
For more information, see Tagging AWS resources .
- Specified by:
getTagsin interfaceCfnSegmentMixinProps- 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()
-