Class QueryDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.QueryDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
QueryDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
QueryDefinitionProps
@Stability(Stable)
@Internal
public static final class QueryDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements QueryDefinitionProps
An implementation for
QueryDefinitionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.QueryDefinitionProps
QueryDefinitionProps.Builder, QueryDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(QueryDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theQueryDefinitionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanSpecify certain log groups for the query definition.final StringName of the query definition.final QueryStringThe query string to use for this query definition.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theQueryDefinitionProps.Builder.
-
-
Method Details
-
getQueryDefinitionName
Description copied from interface:QueryDefinitionPropsName of the query definition.- Specified by:
getQueryDefinitionNamein interfaceQueryDefinitionProps
-
getQueryString
Description copied from interface:QueryDefinitionPropsThe query string to use for this query definition.- Specified by:
getQueryStringin interfaceQueryDefinitionProps
-
getLogGroups
Description copied from interface:QueryDefinitionPropsSpecify certain log groups for the query definition.Default: - no specified log groups
- Specified by:
getLogGroupsin interfaceQueryDefinitionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-