Class CfnSegmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnSegmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentProps
@Stability(Stable)
@Internal
public static final class CfnSegmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentProps
An implementation for
CfnSegmentProps-
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.evidently.CfnSegmentProps
CfnSegmentProps.Builder, CfnSegmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSegmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSegmentProps.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 theCfnSegmentProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnSegmentPropsA name for the segment.- Specified by:
getNamein interfaceCfnSegmentProps- See Also:
-
getDescription
Description copied from interface:CfnSegmentPropsAn optional description for this segment.- Specified by:
getDescriptionin interfaceCfnSegmentProps- See Also:
-
getPattern
Description copied from interface:CfnSegmentPropsThe pattern to use for the segment.For more information about pattern syntax, see Segment rule pattern syntax .
- Specified by:
getPatternin interfaceCfnSegmentProps- See Also:
-
getTags
Description copied from interface:CfnSegmentPropsAssigns 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 interfaceCfnSegmentProps- 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()
-