Class CfnSamplingRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.xray.CfnSamplingRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSamplingRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSamplingRuleProps
@Stability(Stable)
@Internal
public static final class CfnSamplingRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSamplingRuleProps
An implementation for
CfnSamplingRuleProps-
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.xray.CfnSamplingRuleProps
CfnSamplingRuleProps.Builder, CfnSamplingRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSamplingRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSamplingRuleProps.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 String(deprecated) The ARN of the sampling rule.final ObjectThe sampling rule to be created or updated.final ObjectReturns union: eitherIResolvableorCfnSamplingRule.SamplingRuleRecordPropertyfinal ObjectReturns union: eitherIResolvableorCfnSamplingRule.SamplingRuleUpdatePropertygetTags()An array of key-value pairs to apply to this resource.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 theCfnSamplingRuleProps.Builder.
-
-
Method Details
-
getRuleName
Description copied from interface:CfnSamplingRuleProps(deprecated) The ARN of the sampling rule.Specify a rule by either name or ARN, but not both.
- Specified by:
getRuleNamein interfaceCfnSamplingRuleProps- See Also:
-
getSamplingRule
Description copied from interface:CfnSamplingRulePropsThe sampling rule to be created or updated.Returns union: either
IResolvableorCfnSamplingRule.SamplingRuleProperty- Specified by:
getSamplingRulein interfaceCfnSamplingRuleProps- See Also:
-
getSamplingRuleRecord
Description copied from interface:CfnSamplingRulePropsReturns union: eitherIResolvableorCfnSamplingRule.SamplingRuleRecordProperty- Specified by:
getSamplingRuleRecordin interfaceCfnSamplingRuleProps- See Also:
-
getSamplingRuleUpdate
Description copied from interface:CfnSamplingRulePropsReturns union: eitherIResolvableorCfnSamplingRule.SamplingRuleUpdateProperty- Specified by:
getSamplingRuleUpdatein interfaceCfnSamplingRuleProps- See Also:
-
getTags
Description copied from interface:CfnSamplingRulePropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnSamplingRuleProps- See Also:
-
$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()
-