Interface CfnSoftwareSet.SoftwareProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSoftwareSet.SoftwareProperty.Jsii$Proxy
- Enclosing class:
CfnSoftwareSet
@Stability(Stable)
public static interface CfnSoftwareSet.SoftwareProperty
extends software.amazon.jsii.JsiiSerializable
Describes software.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.thinclient.*;
SoftwareProperty softwareProperty = SoftwareProperty.builder()
.name("name")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSoftwareSet.SoftwarePropertystatic final classAn implementation forCfnSoftwareSet.SoftwareProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the software component.- See Also:
-
getVersion
The version of the software component.- See Also:
-
builder
-