JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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

Class GetLayerVersionResult

    • Constructor Detail

      • GetLayerVersionResult

        public GetLayerVersionResult()
    • Method Detail

      • setContent

        public void setContent(LayerVersionContentOutput content)

        Details about the layer version.

        Parameters:
        content - Details about the layer version.
      • getContent

        public LayerVersionContentOutput getContent()

        Details about the layer version.

        Returns:
        Details about the layer version.
      • withContent

        public GetLayerVersionResult withContent(LayerVersionContentOutput content)

        Details about the layer version.

        Parameters:
        content - Details about the layer version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLayerArn

        public void setLayerArn(String layerArn)

        The ARN of the layer.

        Parameters:
        layerArn - The ARN of the layer.
      • getLayerArn

        public String getLayerArn()

        The ARN of the layer.

        Returns:
        The ARN of the layer.
      • withLayerArn

        public GetLayerVersionResult withLayerArn(String layerArn)

        The ARN of the layer.

        Parameters:
        layerArn - The ARN of the layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLayerVersionArn

        public void setLayerVersionArn(String layerVersionArn)

        The ARN of the layer version.

        Parameters:
        layerVersionArn - The ARN of the layer version.
      • getLayerVersionArn

        public String getLayerVersionArn()

        The ARN of the layer version.

        Returns:
        The ARN of the layer version.
      • withLayerVersionArn

        public GetLayerVersionResult withLayerVersionArn(String layerVersionArn)

        The ARN of the layer version.

        Parameters:
        layerVersionArn - The ARN of the layer version.
        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 version.

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

        public String getDescription()

        The description of the version.

        Returns:
        The description of the version.
      • withDescription

        public GetLayerVersionResult withDescription(String description)

        The description of the version.

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

        public void setCreatedDate(String createdDate)

        The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Parameters:
        createdDate - The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
      • getCreatedDate

        public String getCreatedDate()

        The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Returns:
        The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
      • withCreatedDate

        public GetLayerVersionResult withCreatedDate(String createdDate)

        The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Parameters:
        createdDate - The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersion

        public void setVersion(Long version)

        The version number.

        Parameters:
        version - The version number.
      • getVersion

        public Long getVersion()

        The version number.

        Returns:
        The version number.
      • withVersion

        public GetLayerVersionResult withVersion(Long version)

        The version number.

        Parameters:
        version - The version number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCompatibleRuntimes

        public List<String> getCompatibleRuntimes()

        The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Returns:
        The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        See Also:
        Runtime
      • setCompatibleRuntimes

        public void setCompatibleRuntimes(Collection<String> compatibleRuntimes)

        The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Parameters:
        compatibleRuntimes - The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        See Also:
        Runtime
      • withCompatibleRuntimes

        public GetLayerVersionResult withCompatibleRuntimes(Collection<String> compatibleRuntimes)

        The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Parameters:
        compatibleRuntimes - The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Runtime
      • withCompatibleRuntimes

        public GetLayerVersionResult withCompatibleRuntimes(Runtime... compatibleRuntimes)

        The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Parameters:
        compatibleRuntimes - The layer's compatible runtimes.

        The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Runtime
      • setLicenseInfo

        public void setLicenseInfo(String licenseInfo)

        The layer's software license.

        Parameters:
        licenseInfo - The layer's software license.
      • getLicenseInfo

        public String getLicenseInfo()

        The layer's software license.

        Returns:
        The layer's software license.
      • withLicenseInfo

        public GetLayerVersionResult withLicenseInfo(String licenseInfo)

        The layer's software license.

        Parameters:
        licenseInfo - The layer's software license.
        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 によって変換されたページ (->オリジナル) /