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

Class UpdateCaseRequest

    • Constructor Detail

      • UpdateCaseRequest

        public UpdateCaseRequest()
    • Method Detail

      • setCaseId

        public void setCaseId(String caseId)

        A unique identifier of the case.

        Parameters:
        caseId - A unique identifier of the case.
      • getCaseId

        public String getCaseId()

        A unique identifier of the case.

        Returns:
        A unique identifier of the case.
      • withCaseId

        public UpdateCaseRequest withCaseId(String caseId)

        A unique identifier of the case.

        Parameters:
        caseId - A unique identifier of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The unique identifier of the Cases domain.

        Parameters:
        domainId - The unique identifier of the Cases domain.
      • getDomainId

        public String getDomainId()

        The unique identifier of the Cases domain.

        Returns:
        The unique identifier of the Cases domain.
      • withDomainId

        public UpdateCaseRequest withDomainId(String domainId)

        The unique identifier of the Cases domain.

        Parameters:
        domainId - The unique identifier of the Cases domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFields

        public List<FieldValue> getFields()

        An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.

        Returns:
        An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
      • setFields

        public void setFields(Collection<FieldValue> fields)

        An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.

        Parameters:
        fields - An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
      • withFields

        public UpdateCaseRequest withFields(FieldValue... fields)

        An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.

        NOTE: This method appends the values to the existing list (if any). Use setFields(java.util.Collection) or withFields(java.util.Collection) if you want to override the existing values.

        Parameters:
        fields - An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFields

        public UpdateCaseRequest withFields(Collection<FieldValue> fields)

        An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.

        Parameters:
        fields - An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPerformedBy

        public void setPerformedBy(UserUnion performedBy)
        Parameters:
        performedBy -
      • getPerformedBy

        public UserUnion getPerformedBy()
        Returns:
      • withPerformedBy

        public UpdateCaseRequest withPerformedBy(UserUnion performedBy)
        Parameters:
        performedBy -
        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 によって変換されたページ (->オリジナル) /