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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnCapabilityProps
CfnCapabilityProps.Builder, CfnCapabilityProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCapabilityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapabilityProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies a structure that contains the details for a capability.final Object
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.final String
getName()
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 String
getType()
Returns the type of the capability.final int
hashCode()
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:CfnCapabilityProps
Specifies a structure that contains the details for a capability.- Specified by:
getConfiguration
in interfaceCfnCapabilityProps
- See Also:
-
getName
Description copied from interface:CfnCapabilityProps
The display name of the capability.- Specified by:
getName
in interfaceCfnCapabilityProps
- See Also:
-
getType
Description copied from interface:CfnCapabilityProps
Returns the type of the capability.Currently, only
edi
is supported.- Specified by:
getType
in interfaceCfnCapabilityProps
- See Also:
-
getInstructionsDocuments
Description copied from interface:CfnCapabilityProps
Specifies 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.
- Specified by:
getInstructionsDocuments
in interfaceCfnCapabilityProps
- See Also:
-
getTags
Description copied from interface:CfnCapabilityProps
Specifies 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:
getTags
in interfaceCfnCapabilityProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-