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

Class UpdateOutpostRequest

    • Constructor Detail

      • UpdateOutpostRequest

        public UpdateOutpostRequest()
    • Method Detail

      • setOutpostId

        public void setOutpostId(String outpostId)

        The ID or ARN of the Outpost.

        Parameters:
        outpostId - The ID or ARN of the Outpost.
      • getOutpostId

        public String getOutpostId()

        The ID or ARN of the Outpost.

        Returns:
        The ID or ARN of the Outpost.
      • withOutpostId

        public UpdateOutpostRequest withOutpostId(String outpostId)

        The ID or ARN of the Outpost.

        Parameters:
        outpostId - The ID or ARN of the Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)
        Parameters:
        name -
      • getName

        public String getName()
        Returns:
      • withName

        public UpdateOutpostRequest withName(String name)
        Parameters:
        name -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)
        Parameters:
        description -
      • getDescription

        public String getDescription()
        Returns:
      • withDescription

        public UpdateOutpostRequest withDescription(String description)
        Parameters:
        description -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSupportedHardwareType

        public void setSupportedHardwareType(String supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        See Also:
        SupportedHardwareType
      • getSupportedHardwareType

        public String getSupportedHardwareType()

        The type of hardware for this Outpost.

        Returns:
        The type of hardware for this Outpost.
        See Also:
        SupportedHardwareType
      • withSupportedHardwareType

        public UpdateOutpostRequest withSupportedHardwareType(String supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SupportedHardwareType
      • withSupportedHardwareType

        public UpdateOutpostRequest withSupportedHardwareType(SupportedHardwareType supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SupportedHardwareType
      • 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 によって変換されたページ (->オリジナル) /