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

Class GetUploadStatusResult

    • Constructor Detail

      • GetUploadStatusResult

        public GetUploadStatusResult()
    • Method Detail

      • setUploadId

        public void setUploadId(String uploadId)

        The ID of the upload.

        Parameters:
        uploadId - The ID of the upload.
      • getUploadId

        public String getUploadId()

        The ID of the upload.

        Returns:
        The ID of the upload.
      • withUploadId

        public GetUploadStatusResult withUploadId(String uploadId)

        The ID of the upload.

        Parameters:
        uploadId - The ID of the upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUploadStatus

        public void setUploadStatus(String uploadStatus)

        The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

        Parameters:
        uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
        See Also:
        UploadStatus
      • getUploadStatus

        public String getUploadStatus()

        The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

        Returns:
        The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
        See Also:
        UploadStatus
      • withUploadStatus

        public GetUploadStatusResult withUploadStatus(String uploadStatus)

        The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

        Parameters:
        uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UploadStatus
      • withUploadStatus

        public GetUploadStatusResult withUploadStatus(UploadStatus uploadStatus)

        The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

        Parameters:
        uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UploadStatus
      • setNamespaceArn

        public void setNamespaceArn(String namespaceArn)

        The ARN of the upload.

        Parameters:
        namespaceArn - The ARN of the upload.
      • getNamespaceArn

        public String getNamespaceArn()

        The ARN of the upload.

        Returns:
        The ARN of the upload.
      • withNamespaceArn

        public GetUploadStatusResult withNamespaceArn(String namespaceArn)

        The ARN of the upload.

        Parameters:
        namespaceArn - The ARN of the upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNamespaceName

        public void setNamespaceName(String namespaceName)

        The name of the upload's namespace.

        Parameters:
        namespaceName - The name of the upload's namespace.
      • getNamespaceName

        public String getNamespaceName()

        The name of the upload's namespace.

        Returns:
        The name of the upload's namespace.
      • withNamespaceName

        public GetUploadStatusResult withNamespaceName(String namespaceName)

        The name of the upload's namespace.

        Parameters:
        namespaceName - The name of the upload's namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNamespaceVersion

        public void setNamespaceVersion(Long namespaceVersion)

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        Parameters:
        namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.
      • getNamespaceVersion

        public Long getNamespaceVersion()

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        Returns:
        The version of the user's namespace. Defaults to the latest version of the user's namespace.
      • withNamespaceVersion

        public GetUploadStatusResult withNamespaceVersion(Long namespaceVersion)

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        Parameters:
        namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFailureReason

        public List<String> getFailureReason()

        The reason for an upload failure.

        Returns:
        The reason for an upload failure.
      • setFailureReason

        public void setFailureReason(Collection<String> failureReason)

        The reason for an upload failure.

        Parameters:
        failureReason - The reason for an upload failure.
      • withFailureReason

        public GetUploadStatusResult withFailureReason(Collection<String> failureReason)

        The reason for an upload failure.

        Parameters:
        failureReason - The reason for an upload failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedDate

        public void setCreatedDate(Date createdDate)

        The date at which the upload was created.

        Parameters:
        createdDate - The date at which the upload was created.
      • getCreatedDate

        public Date getCreatedDate()

        The date at which the upload was created.

        Returns:
        The date at which the upload was created.
      • withCreatedDate

        public GetUploadStatusResult withCreatedDate(Date createdDate)

        The date at which the upload was created.

        Parameters:
        createdDate - The date at which the upload was created.
        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 によって変換されたページ (->オリジナル) /