JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifyuibuilder.model

Class StartCodegenJobData

    • Constructor Detail

      • StartCodegenJobData

        public StartCodegenJobData()
    • Method Detail

      • setRenderConfig

        public void setRenderConfig(CodegenJobRenderConfig renderConfig)

        The code generation configuration for the codegen job.

        Parameters:
        renderConfig - The code generation configuration for the codegen job.
      • getRenderConfig

        public CodegenJobRenderConfig getRenderConfig()

        The code generation configuration for the codegen job.

        Returns:
        The code generation configuration for the codegen job.
      • withRenderConfig

        public StartCodegenJobData withRenderConfig(CodegenJobRenderConfig renderConfig)

        The code generation configuration for the codegen job.

        Parameters:
        renderConfig - The code generation configuration for the codegen job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGenericDataSchema

        public void setGenericDataSchema(CodegenJobGenericDataSchema genericDataSchema)

        The data schema to use for a code generation job.

        Parameters:
        genericDataSchema - The data schema to use for a code generation job.
      • getGenericDataSchema

        public CodegenJobGenericDataSchema getGenericDataSchema()

        The data schema to use for a code generation job.

        Returns:
        The data schema to use for a code generation job.
      • withGenericDataSchema

        public StartCodegenJobData withGenericDataSchema(CodegenJobGenericDataSchema genericDataSchema)

        The data schema to use for a code generation job.

        Parameters:
        genericDataSchema - The data schema to use for a code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoGenerateForms

        public void setAutoGenerateForms(Boolean autoGenerateForms)

        Specifies whether to autogenerate forms in the code generation job.

        Parameters:
        autoGenerateForms - Specifies whether to autogenerate forms in the code generation job.
      • getAutoGenerateForms

        public Boolean getAutoGenerateForms()

        Specifies whether to autogenerate forms in the code generation job.

        Returns:
        Specifies whether to autogenerate forms in the code generation job.
      • withAutoGenerateForms

        public StartCodegenJobData withAutoGenerateForms(Boolean autoGenerateForms)

        Specifies whether to autogenerate forms in the code generation job.

        Parameters:
        autoGenerateForms - Specifies whether to autogenerate forms in the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoGenerateForms

        public Boolean isAutoGenerateForms()

        Specifies whether to autogenerate forms in the code generation job.

        Returns:
        Specifies whether to autogenerate forms in the code generation job.
      • setFeatures

        public void setFeatures(CodegenFeatureFlags features)

        The feature flags for a code generation job.

        Parameters:
        features - The feature flags for a code generation job.
      • getFeatures

        public CodegenFeatureFlags getFeatures()

        The feature flags for a code generation job.

        Returns:
        The feature flags for a code generation job.
      • withFeatures

        public StartCodegenJobData withFeatures(CodegenFeatureFlags features)

        The feature flags for a code generation job.

        Parameters:
        features - The feature flags for a code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        One or more key-value pairs to use when tagging the code generation job data.

        Returns:
        One or more key-value pairs to use when tagging the code generation job data.
      • setTags

        public void setTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the code generation job data.

        Parameters:
        tags - One or more key-value pairs to use when tagging the code generation job data.
      • withTags

        public StartCodegenJobData withTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the code generation job data.

        Parameters:
        tags - One or more key-value pairs to use when tagging the code generation job data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public StartCodegenJobData clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /