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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSegmentProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    An optional description for this segment.
    final String
    A name for the segment.
    final String
    The pattern to use for the segment.
    final List<CfnTag>
    Assigns one or more tags (key-value pairs) to the feature.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnSegmentProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSegmentProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnSegmentProps
      A name for the segment.
      Specified by:
      getName in interface CfnSegmentProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnSegmentProps
      An optional description for this segment.
      Specified by:
      getDescription in interface CfnSegmentProps
    • getPattern

      public final String 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 interface CfnSegmentProps
    • getTags

      public final List<CfnTag> 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 interface CfnSegmentProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object