Class CfnRotationProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmcontacts.CfnRotationProps.Jsii$Proxy
All Implemented Interfaces:
CfnRotationProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnRotationProps

@Stability(Stable) @Internal public static final class CfnRotationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRotationProps
An implementation for CfnRotationProps
  • 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.ssmcontacts.CfnRotationProps

    CfnRotationProps.Builder, CfnRotationProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRotationProps.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 List<String>
    The Amazon Resource Names (ARNs) of the contacts to add to the rotation.
    final String
    The name for the rotation.
    final Object
    Information about the rule that specifies when shift team members rotate.
    final String
    The date and time the rotation goes into effect.
    final List<CfnTag>
    Optional metadata to assign to the rotation.
    final String
    The time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.
    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(CfnRotationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRotationProps.Builder.
  • Method Details

    • getContactIds

      public final List<String> getContactIds()
      Description copied from interface: CfnRotationProps
      The Amazon Resource Names (ARNs) of the contacts to add to the rotation.

      The order in which you list the contacts is their shift order in the rotation schedule.

      Specified by:
      getContactIds in interface CfnRotationProps
    • getName

      public final String getName()
      Description copied from interface: CfnRotationProps
      The name for the rotation.
      Specified by:
      getName in interface CfnRotationProps
    • getRecurrence

      public final Object getRecurrence()
      Description copied from interface: CfnRotationProps
      Information about the rule that specifies when shift team members rotate.
      Specified by:
      getRecurrence in interface CfnRotationProps
    • getStartTime

      public final String getStartTime()
      Description copied from interface: CfnRotationProps
      The date and time the rotation goes into effect.
      Specified by:
      getStartTime in interface CfnRotationProps
    • getTimeZoneId

      public final String getTimeZoneId()
      Description copied from interface: CfnRotationProps
      The time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.

      For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

      Specified by:
      getTimeZoneId in interface CfnRotationProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnRotationProps
      Optional metadata to assign to the rotation.

      Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For more information, see Tagging Incident Manager resources in the Incident Manager User Guide .

      Specified by:
      getTags in interface CfnRotationProps
    • $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