public static final class CfnApiKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApiKeyProps
CfnApiKeyProps
CfnApiKeyProps.Builder, CfnApiKeyProps.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 |
getApiId()
Unique AWS AppSync GraphQL API ID for this API key.
|
java.lang.String |
getApiKeyId()
The API key ID.
|
java.lang.String |
getDescription()
Unique description of your API key.
|
java.lang.Number |
getExpires()
The time after which the API key expires.
|
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 getApiId()
CfnApiKeyProps
getApiId
in interface CfnApiKeyProps
public final java.lang.String getApiKeyId()
CfnApiKeyProps
getApiKeyId
in interface CfnApiKeyProps
public final java.lang.String getDescription()
CfnApiKeyProps
getDescription
in interface CfnApiKeyProps
public final java.lang.Number getExpires()
CfnApiKeyProps
The date is represented as seconds since the epoch, rounded down to the nearest hour.
getExpires
in interface CfnApiKeyProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()