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

Class GetSyncJobResult

    • Constructor Detail

      • GetSyncJobResult

        public GetSyncJobResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The sync job ARN.

        Parameters:
        arn - The sync job ARN.
      • getArn

        public String getArn()

        The sync job ARN.

        Returns:
        The sync job ARN.
      • withArn

        public GetSyncJobResult withArn(String arn)

        The sync job ARN.

        Parameters:
        arn - The sync job ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setWorkspaceId

        public void setWorkspaceId(String workspaceId)

        The ID of the workspace that contains the sync job.

        Parameters:
        workspaceId - The ID of the workspace that contains the sync job.
      • getWorkspaceId

        public String getWorkspaceId()

        The ID of the workspace that contains the sync job.

        Returns:
        The ID of the workspace that contains the sync job.
      • withWorkspaceId

        public GetSyncJobResult withWorkspaceId(String workspaceId)

        The ID of the workspace that contains the sync job.

        Parameters:
        workspaceId - The ID of the workspace that contains the sync job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncSource

        public void setSyncSource(String syncSource)

        The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Parameters:
        syncSource - The sync soucre.

        Currently the only supported syncSource is SITEWISE .

      • getSyncSource

        public String getSyncSource()

        The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Returns:
        The sync soucre.

        Currently the only supported syncSource is SITEWISE .

      • withSyncSource

        public GetSyncJobResult withSyncSource(String syncSource)

        The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Parameters:
        syncSource - The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncRole

        public void setSyncRole(String syncRole)

        The sync IAM role.

        Parameters:
        syncRole - The sync IAM role.
      • getSyncRole

        public String getSyncRole()

        The sync IAM role.

        Returns:
        The sync IAM role.
      • withSyncRole

        public GetSyncJobResult withSyncRole(String syncRole)

        The sync IAM role.

        Parameters:
        syncRole - The sync IAM role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(SyncJobStatus status)

        The SyncJob response status.

        Parameters:
        status - The SyncJob response status.
      • getStatus

        public SyncJobStatus getStatus()

        The SyncJob response status.

        Returns:
        The SyncJob response status.
      • withStatus

        public GetSyncJobResult withStatus(SyncJobStatus status)

        The SyncJob response status.

        Parameters:
        status - The SyncJob response status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The creation date and time.

        Parameters:
        creationDateTime - The creation date and time.
      • getCreationDateTime

        public Date getCreationDateTime()

        The creation date and time.

        Returns:
        The creation date and time.
      • withCreationDateTime

        public GetSyncJobResult withCreationDateTime(Date creationDateTime)

        The creation date and time.

        Parameters:
        creationDateTime - The creation date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdateDateTime

        public void setUpdateDateTime(Date updateDateTime)

        The update date and time.

        Parameters:
        updateDateTime - The update date and time.
      • getUpdateDateTime

        public Date getUpdateDateTime()

        The update date and time.

        Returns:
        The update date and time.
      • withUpdateDateTime

        public GetSyncJobResult withUpdateDateTime(Date updateDateTime)

        The update date and time.

        Parameters:
        updateDateTime - The update date and 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 によって変換されたページ (->オリジナル) /