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.apigateway.model

Class UpdateModelResult

    • Constructor Detail

      • UpdateModelResult

        public UpdateModelResult()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier for the model resource.

        Parameters:
        id - The identifier for the model resource.
      • getId

        public String getId()

        The identifier for the model resource.

        Returns:
        The identifier for the model resource.
      • withId

        public UpdateModelResult withId(String id)

        The identifier for the model resource.

        Parameters:
        id - The identifier for the model resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the model. Must be an alphanumeric string.

        Parameters:
        name - The name of the model. Must be an alphanumeric string.
      • getName

        public String getName()

        The name of the model. Must be an alphanumeric string.

        Returns:
        The name of the model. Must be an alphanumeric string.
      • withName

        public UpdateModelResult withName(String name)

        The name of the model. Must be an alphanumeric string.

        Parameters:
        name - The name of the model. Must be an alphanumeric string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the model.

        Parameters:
        description - The description of the model.
      • getDescription

        public String getDescription()

        The description of the model.

        Returns:
        The description of the model.
      • withDescription

        public UpdateModelResult withDescription(String description)

        The description of the model.

        Parameters:
        description - The description of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSchema

        public void setSchema(String schema)

        The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

        Parameters:
        schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
      • getSchema

        public String getSchema()

        The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

        Returns:
        The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
      • withSchema

        public UpdateModelResult withSchema(String schema)

        The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

        Parameters:
        schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentType

        public void setContentType(String contentType)

        The content-type for the model.

        Parameters:
        contentType - The content-type for the model.
      • getContentType

        public String getContentType()

        The content-type for the model.

        Returns:
        The content-type for the model.
      • withContentType

        public UpdateModelResult withContentType(String contentType)

        The content-type for the model.

        Parameters:
        contentType - The content-type for the model.
        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 によって変換されたページ (->オリジナル) /