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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnSegmentProps
CfnSegmentProps.Builder, CfnSegmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSegmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSegmentProps.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
An optional description for this segment.final String
getName()
A name for the segment.final String
The pattern to use for the segment.getTags()
Assigns one or more tags (key-value pairs) to the feature.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 theCfnSegmentProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnSegmentProps
A name for the segment.- Specified by:
getName
in interfaceCfnSegmentProps
- See Also:
-
getDescription
Description copied from interface:CfnSegmentProps
An optional description for this segment.- Specified by:
getDescription
in interfaceCfnSegmentProps
- See Also:
-
getPattern
Description copied from interface:CfnSegmentProps
The pattern to use for the segment.For more information about pattern syntax, see Segment rule pattern syntax .
- Specified by:
getPattern
in interfaceCfnSegmentProps
- See Also:
-
getTags
Description copied from interface:CfnSegmentProps
Assigns 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:
getTags
in interfaceCfnSegmentProps
- 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()
-