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

Class GetFleetResult

    • Constructor Detail

      • GetFleetResult

        public GetFleetResult()
    • Method Detail

      • setId

        public void setId(String id)

        The ID of the fleet.

        Parameters:
        id - The ID of the fleet.
      • getId

        public String getId()

        The ID of the fleet.

        Returns:
        The ID of the fleet.
      • withId

        public GetFleetResult withId(String id)

        The ID of the fleet.

        Parameters:
        id - The ID of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the fleet.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the fleet.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the fleet.

        Returns:
        The Amazon Resource Name (ARN) of the fleet.
      • withArn

        public GetFleetResult withArn(String arn)

        The Amazon Resource Name (ARN) of the fleet.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A brief description of the fleet.

        Parameters:
        description - A brief description of the fleet.
      • getDescription

        public String getDescription()

        A brief description of the fleet.

        Returns:
        A brief description of the fleet.
      • withDescription

        public GetFleetResult withDescription(String description)

        A brief description of the fleet.

        Parameters:
        description - A brief description of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSignalCatalogArn

        public void setSignalCatalogArn(String signalCatalogArn)

        The ARN of a signal catalog associated with the fleet.

        Parameters:
        signalCatalogArn - The ARN of a signal catalog associated with the fleet.
      • getSignalCatalogArn

        public String getSignalCatalogArn()

        The ARN of a signal catalog associated with the fleet.

        Returns:
        The ARN of a signal catalog associated with the fleet.
      • withSignalCatalogArn

        public GetFleetResult withSignalCatalogArn(String signalCatalogArn)

        The ARN of a signal catalog associated with the fleet.

        Parameters:
        signalCatalogArn - The ARN of a signal catalog associated with the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
      • getCreationTime

        public Date getCreationTime()

        The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Returns:
        The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
      • withCreationTime

        public GetFleetResult withCreationTime(Date creationTime)

        The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModificationTime

        public void setLastModificationTime(Date lastModificationTime)

        The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        lastModificationTime - The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
      • getLastModificationTime

        public Date getLastModificationTime()

        The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Returns:
        The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
      • withLastModificationTime

        public GetFleetResult withLastModificationTime(Date lastModificationTime)

        The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        lastModificationTime - The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
        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 によって変換されたページ (->オリジナル) /