Class JsonWithStandardFieldProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.JsonWithStandardFieldProps.Jsii$Proxy
- All Implemented Interfaces:
JsonWithStandardFieldProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
JsonWithStandardFieldProps
@Stability(Stable)
@Internal
public static final class JsonWithStandardFieldProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements JsonWithStandardFieldProps
An implementation for
JsonWithStandardFieldProps-
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.apigateway.JsonWithStandardFieldProps
JsonWithStandardFieldProps.Builder, JsonWithStandardFieldProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theJsonWithStandardFieldProps.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 booleanfinal BooleanIf this flag is enabled, the principal identifier of the caller will be output to the log.final BooleanIf this flag is enabled, the http method will be output to the log.final BooleangetIp()If this flag is enabled, the source IP of request will be output to the log.final BooleanIf this flag is enabled, the request protocol will be output to the log.final BooleanIf this flag is enabled, the CLF-formatted request time((dd/MMM/yyyy:HH:mm:ss +-hhmm) will be output to the log.final BooleanIf this flag is enabled, the path to your resource will be output to the log.final BooleanIf this flag is enabled, the response payload length will be output to the log.final BooleanIf this flag is enabled, the method response status will be output to the log.final BooleangetUser()If this flag is enabled, the principal identifier of the user will be output to the log.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 theJsonWithStandardFieldProps.Builder.
-
-
Method Details
-
getCaller
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the principal identifier of the caller will be output to the log.- Specified by:
getCallerin interfaceJsonWithStandardFieldProps
-
getHttpMethod
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the http method will be output to the log.- Specified by:
getHttpMethodin interfaceJsonWithStandardFieldProps
-
getIp
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the source IP of request will be output to the log.- Specified by:
getIpin interfaceJsonWithStandardFieldProps
-
getProtocol
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the request protocol will be output to the log.- Specified by:
getProtocolin interfaceJsonWithStandardFieldProps
-
getRequestTime
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the CLF-formatted request time((dd/MMM/yyyy:HH:mm:ss +-hhmm) will be output to the log.- Specified by:
getRequestTimein interfaceJsonWithStandardFieldProps
-
getResourcePath
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the path to your resource will be output to the log.- Specified by:
getResourcePathin interfaceJsonWithStandardFieldProps
-
getResponseLength
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the response payload length will be output to the log.- Specified by:
getResponseLengthin interfaceJsonWithStandardFieldProps
-
getStatus
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the method response status will be output to the log.- Specified by:
getStatusin interfaceJsonWithStandardFieldProps
-
getUser
Description copied from interface:JsonWithStandardFieldPropsIf this flag is enabled, the principal identifier of the user will be output to the log.- Specified by:
getUserin interfaceJsonWithStandardFieldProps
-
$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()
-