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