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

Class GetDomainMaintenanceStatusResult

    • Constructor Detail

      • GetDomainMaintenanceStatusResult

        public GetDomainMaintenanceStatusResult()
    • Method Detail

      • setStatus

        public void setStatus(String status)

        The status of the maintenance action.

        Parameters:
        status - The status of the maintenance action.
        See Also:
        MaintenanceStatus
      • getStatus

        public String getStatus()

        The status of the maintenance action.

        Returns:
        The status of the maintenance action.
        See Also:
        MaintenanceStatus
      • withStatus

        public GetDomainMaintenanceStatusResult withStatus(String status)

        The status of the maintenance action.

        Parameters:
        status - The status of the maintenance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MaintenanceStatus
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        The status message of the maintenance action.

        Parameters:
        statusMessage - The status message of the maintenance action.
      • getStatusMessage

        public String getStatusMessage()

        The status message of the maintenance action.

        Returns:
        The status message of the maintenance action.
      • withStatusMessage

        public GetDomainMaintenanceStatusResult withStatusMessage(String statusMessage)

        The status message of the maintenance action.

        Parameters:
        statusMessage - The status message of the maintenance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNodeId

        public void setNodeId(String nodeId)

        The node ID of the maintenance action.

        Parameters:
        nodeId - The node ID of the maintenance action.
      • getNodeId

        public String getNodeId()

        The node ID of the maintenance action.

        Returns:
        The node ID of the maintenance action.
      • withNodeId

        public GetDomainMaintenanceStatusResult withNodeId(String nodeId)

        The node ID of the maintenance action.

        Parameters:
        nodeId - The node ID of the maintenance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAction

        public void setAction(String action)

        The action name.

        Parameters:
        action - The action name.
        See Also:
        MaintenanceType
      • getAction

        public String getAction()

        The action name.

        Returns:
        The action name.
        See Also:
        MaintenanceType
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The time at which the action was created.

        Parameters:
        createdAt - The time at which the action was created.
      • getCreatedAt

        public Date getCreatedAt()

        The time at which the action was created.

        Returns:
        The time at which the action was created.
      • withCreatedAt

        public GetDomainMaintenanceStatusResult withCreatedAt(Date createdAt)

        The time at which the action was created.

        Parameters:
        createdAt - The time at which the action was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The time at which the action was updated.

        Parameters:
        updatedAt - The time at which the action was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The time at which the action was updated.

        Returns:
        The time at which the action was updated.
      • withUpdatedAt

        public GetDomainMaintenanceStatusResult withUpdatedAt(Date updatedAt)

        The time at which the action was updated.

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