Class CfnCapabilityProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnCapabilityProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCapabilityProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapabilityProps
@Stability(Stable)
@Internal
public static final class CfnCapabilityProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapabilityProps
An implementation for
CfnCapabilityProps-
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.b2bi.CfnCapabilityProps
CfnCapabilityProps.Builder, CfnCapabilityProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCapabilityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapabilityProps.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 ObjectSpecifies a structure that contains the details for a capability.final ObjectSpecifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.final StringgetName()The display name of the capability.getTags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.final StringgetType()Returns the type of the capability.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 theCfnCapabilityProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnCapabilityPropsSpecifies a structure that contains the details for a capability.Returns union: either
IResolvableorCfnCapability.CapabilityConfigurationProperty- Specified by:
getConfigurationin interfaceCfnCapabilityProps- See Also:
-
getName
Description copied from interface:CfnCapabilityPropsThe display name of the capability.- Specified by:
getNamein interfaceCfnCapabilityProps- See Also:
-
getType
Description copied from interface:CfnCapabilityPropsReturns the type of the capability.Currently, only
ediis supported.- Specified by:
getTypein interfaceCfnCapabilityProps- See Also:
-
getInstructionsDocuments
Description copied from interface:CfnCapabilityPropsSpecifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.Each item contains the name of the bucket and the key, to identify the document's location.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCapability.S3LocationProperty>- Specified by:
getInstructionsDocumentsin interfaceCfnCapabilityProps- See Also:
-
getTags
Description copied from interface:CfnCapabilityPropsSpecifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
- Specified by:
getTagsin interfaceCfnCapabilityProps- 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()
-