Class CfnTestCasePropsMixin.DataSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.DataSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTestCasePropsMixin.DataSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTestCasePropsMixin.DataSetProperty
@Stability(Stable)
@Internal
public static final class CfnTestCasePropsMixin.DataSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTestCasePropsMixin.DataSetProperty
An implementation for
CfnTestCasePropsMixin.DataSetProperty-
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.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.DataSetProperty
CfnTestCasePropsMixin.DataSetProperty.Builder, CfnTestCasePropsMixin.DataSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTestCasePropsMixin.DataSetProperty.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 StringgetCcsid()The CCSID of the data set.final StringThe format of the data set.final NumberThe length of the data set.final StringgetName()The name of the data set.final StringgetType()The type of the data set.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 theCfnTestCasePropsMixin.DataSetProperty.Builder.
-
-
Method Details
-
getCcsid
Description copied from interface:CfnTestCasePropsMixin.DataSetPropertyThe CCSID of the data set.- Specified by:
getCcsidin interfaceCfnTestCasePropsMixin.DataSetProperty- See Also:
-
getFormat
Description copied from interface:CfnTestCasePropsMixin.DataSetPropertyThe format of the data set.- Specified by:
getFormatin interfaceCfnTestCasePropsMixin.DataSetProperty- See Also:
-
getLength
Description copied from interface:CfnTestCasePropsMixin.DataSetPropertyThe length of the data set.- Specified by:
getLengthin interfaceCfnTestCasePropsMixin.DataSetProperty- See Also:
-
getName
Description copied from interface:CfnTestCasePropsMixin.DataSetPropertyThe name of the data set.- Specified by:
getNamein interfaceCfnTestCasePropsMixin.DataSetProperty- See Also:
-
getType
Description copied from interface:CfnTestCasePropsMixin.DataSetPropertyThe type of the data set.- Specified by:
getTypein interfaceCfnTestCasePropsMixin.DataSetProperty- 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()
-