software.amazon.jsii.api.CreateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsii-runtime Show documentation
Show all versions of jsii-runtime Show documentation
Java client for jsii runtime
package software.amazon.jsii.api;
import java.util.Collection;
import software.amazon.jsii.Internal;
/**
* Represents a "create" jsii-runtime request.
*/
@Internal
public class CreateRequest {
/**
* The FQN of the class to create.
*/
private String fqn;
/**
* A collection of initializer arguments.
*/
private Collection
© 2015 - 2024 Weber Informatics LLC | Privacy Policy