Class NagResult.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.pdknag.NagResult.Jsii$Proxy
-
-
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.aws.awsprototypingsdk.pdknag.NagResult
NagResult.Builder, NagResult.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(NagResult.Builder builder)Constructor that initializes the object based on literal property values passed by theNagResult.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<Message>getMessages()List of messages.StringgetResource()Resource which triggered the message.inthashCode()
-
-
-
Constructor Detail
-
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(NagResult.Builder builder)
Constructor that initializes the object based on literal property values passed by theNagResult.Builder.
-
-
Method Detail
-
getMessages
public final List<Message> getMessages()
Description copied from interface:NagResultList of messages.- Specified by:
getMessagesin interfaceNagResult
-
getResource
public final String getResource()
Description copied from interface:NagResultResource which triggered the message.- Specified by:
getResourcein interfaceNagResult
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-