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 UpdateApiKeyResult

    • Constructor Detail

      • UpdateApiKeyResult

        public UpdateApiKeyResult()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier of the API Key.

        Parameters:
        id - The identifier of the API Key.
      • getId

        public String getId()

        The identifier of the API Key.

        Returns:
        The identifier of the API Key.
      • withId

        public UpdateApiKeyResult withId(String id)

        The identifier of the API Key.

        Parameters:
        id - The identifier of the API Key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setValue

        public void setValue(String value)

        The value of the API Key.

        Parameters:
        value - The value of the API Key.
      • getValue

        public String getValue()

        The value of the API Key.

        Returns:
        The value of the API Key.
      • withValue

        public UpdateApiKeyResult withValue(String value)

        The value of the API Key.

        Parameters:
        value - The value of the API Key.
        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 API Key.

        Parameters:
        name - The name of the API Key.
      • getName

        public String getName()

        The name of the API Key.

        Returns:
        The name of the API Key.
      • withName

        public UpdateApiKeyResult withName(String name)

        The name of the API Key.

        Parameters:
        name - The name of the API Key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCustomerId

        public void setCustomerId(String customerId)

        An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

        Parameters:
        customerId - An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
      • getCustomerId

        public String getCustomerId()

        An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

        Returns:
        An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
      • withCustomerId

        public UpdateApiKeyResult withCustomerId(String customerId)

        An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

        Parameters:
        customerId - An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
        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 API Key.

        Parameters:
        description - The description of the API Key.
      • getDescription

        public String getDescription()

        The description of the API Key.

        Returns:
        The description of the API Key.
      • withDescription

        public UpdateApiKeyResult withDescription(String description)

        The description of the API Key.

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

        public void setEnabled(Boolean enabled)

        Specifies whether the API Key can be used by callers.

        Parameters:
        enabled - Specifies whether the API Key can be used by callers.
      • getEnabled

        public Boolean getEnabled()

        Specifies whether the API Key can be used by callers.

        Returns:
        Specifies whether the API Key can be used by callers.
      • withEnabled

        public UpdateApiKeyResult withEnabled(Boolean enabled)

        Specifies whether the API Key can be used by callers.

        Parameters:
        enabled - Specifies whether the API Key can be used by callers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnabled

        public Boolean isEnabled()

        Specifies whether the API Key can be used by callers.

        Returns:
        Specifies whether the API Key can be used by callers.
      • setCreatedDate

        public void setCreatedDate(Date createdDate)

        The timestamp when the API Key was created.

        Parameters:
        createdDate - The timestamp when the API Key was created.
      • getCreatedDate

        public Date getCreatedDate()

        The timestamp when the API Key was created.

        Returns:
        The timestamp when the API Key was created.
      • withCreatedDate

        public UpdateApiKeyResult withCreatedDate(Date createdDate)

        The timestamp when the API Key was created.

        Parameters:
        createdDate - The timestamp when the API Key was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedDate

        public void setLastUpdatedDate(Date lastUpdatedDate)

        The timestamp when the API Key was last updated.

        Parameters:
        lastUpdatedDate - The timestamp when the API Key was last updated.
      • getLastUpdatedDate

        public Date getLastUpdatedDate()

        The timestamp when the API Key was last updated.

        Returns:
        The timestamp when the API Key was last updated.
      • withLastUpdatedDate

        public UpdateApiKeyResult withLastUpdatedDate(Date lastUpdatedDate)

        The timestamp when the API Key was last updated.

        Parameters:
        lastUpdatedDate - The timestamp when the API Key was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getStageKeys

        public List<String> getStageKeys()

        A list of Stage resources that are associated with the ApiKey resource.

        Returns:
        A list of Stage resources that are associated with the ApiKey resource.
      • setStageKeys

        public void setStageKeys(Collection<String> stageKeys)

        A list of Stage resources that are associated with the ApiKey resource.

        Parameters:
        stageKeys - A list of Stage resources that are associated with the ApiKey resource.
      • withStageKeys

        public UpdateApiKeyResult withStageKeys(String... stageKeys)

        A list of Stage resources that are associated with the ApiKey resource.

        NOTE: This method appends the values to the existing list (if any). Use setStageKeys(java.util.Collection) or withStageKeys(java.util.Collection) if you want to override the existing values.

        Parameters:
        stageKeys - A list of Stage resources that are associated with the ApiKey resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withStageKeys

        public UpdateApiKeyResult withStageKeys(Collection<String> stageKeys)

        A list of Stage resources that are associated with the ApiKey resource.

        Parameters:
        stageKeys - A list of Stage resources that are associated with the ApiKey resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The collection of tags. Each tag element is associated with a given resource.

        Returns:
        The collection of tags. Each tag element is associated with a given resource.
      • setTags

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

        The collection of tags. Each tag element is associated with a given resource.

        Parameters:
        tags - The collection of tags. Each tag element is associated with a given resource.
      • withTags

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

        The collection of tags. Each tag element is associated with a given resource.

        Parameters:
        tags - The collection of tags. Each tag element is associated with a given resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public UpdateApiKeyResult 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 によって変換されたページ (->オリジナル) /