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

Class DescribeDeviceRequest

    • Constructor Detail

      • DescribeDeviceRequest

        public DescribeDeviceRequest()
    • Method Detail

      • setNextToken

        public void setNextToken(String nextToken)

        Next token of device description.

        Parameters:
        nextToken - Next token of device description.
      • getNextToken

        public String getNextToken()

        Next token of device description.

        Returns:
        Next token of device description.
      • withNextToken

        public DescribeDeviceRequest withNextToken(String nextToken)

        Next token of device description.

        Parameters:
        nextToken - Next token of device description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeviceName

        public void setDeviceName(String deviceName)

        The unique ID of the device.

        Parameters:
        deviceName - The unique ID of the device.
      • getDeviceName

        public String getDeviceName()

        The unique ID of the device.

        Returns:
        The unique ID of the device.
      • withDeviceName

        public DescribeDeviceRequest withDeviceName(String deviceName)

        The unique ID of the device.

        Parameters:
        deviceName - The unique ID of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeviceFleetName

        public void setDeviceFleetName(String deviceFleetName)

        The name of the fleet the devices belong to.

        Parameters:
        deviceFleetName - The name of the fleet the devices belong to.
      • getDeviceFleetName

        public String getDeviceFleetName()

        The name of the fleet the devices belong to.

        Returns:
        The name of the fleet the devices belong to.
      • withDeviceFleetName

        public DescribeDeviceRequest withDeviceFleetName(String deviceFleetName)

        The name of the fleet the devices belong to.

        Parameters:
        deviceFleetName - The name of the fleet the devices belong to.
        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 によって変換されたページ (->オリジナル) /