public static final class CfnActivityProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnActivityProps
CfnActivityProps
CfnActivityProps.Builder, CfnActivityProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
The name of the activity.
|
java.util.List<CfnActivity.TagsEntryProperty> |
getTags()
The list of tags to add to a resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnActivityProps
A name must not contain:
< > { } [ ]
? *
" # % \ ^ | ~
$ & , ; : /`U+0000-001F
, U+007F-009F
)To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
getName
in interface CfnActivityProps
public final java.util.List<CfnActivity.TagsEntryProperty> getTags()
CfnActivityProps
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @
.
getTags
in interface CfnActivityProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()