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 GetDeploymentResult

    • Constructor Detail

      • GetDeploymentResult

        public GetDeploymentResult()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier for the deployment resource.

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

        public String getId()

        The identifier for the deployment resource.

        Returns:
        The identifier for the deployment resource.
      • withId

        public GetDeploymentResult withId(String id)

        The identifier for the deployment resource.

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

        public void setDescription(String description)

        The description for the deployment resource.

        Parameters:
        description - The description for the deployment resource.
      • getDescription

        public String getDescription()

        The description for the deployment resource.

        Returns:
        The description for the deployment resource.
      • withDescription

        public GetDeploymentResult withDescription(String description)

        The description for the deployment resource.

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

        public void setCreatedDate(Date createdDate)

        The date and time that the deployment resource was created.

        Parameters:
        createdDate - The date and time that the deployment resource was created.
      • getCreatedDate

        public Date getCreatedDate()

        The date and time that the deployment resource was created.

        Returns:
        The date and time that the deployment resource was created.
      • withCreatedDate

        public GetDeploymentResult withCreatedDate(Date createdDate)

        The date and time that the deployment resource was created.

        Parameters:
        createdDate - The date and time that the deployment resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getApiSummary

        public Map<String,Map<String,MethodSnapshot>> getApiSummary()

        A summary of the RestApi at the date and time that the deployment resource was created.

        Returns:
        A summary of the RestApi at the date and time that the deployment resource was created.
      • setApiSummary

        public void setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)

        A summary of the RestApi at the date and time that the deployment resource was created.

        Parameters:
        apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.
      • withApiSummary

        public GetDeploymentResult withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)

        A summary of the RestApi at the date and time that the deployment resource was created.

        Parameters:
        apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearApiSummaryEntries

        public GetDeploymentResult clearApiSummaryEntries()
        Removes all the entries added into ApiSummary.
        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 によって変換されたページ (->オリジナル) /