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

Class CreateBackendAuthResult

    • Constructor Detail

      • CreateBackendAuthResult

        public CreateBackendAuthResult()
    • Method Detail

      • setAppId

        public void setAppId(String appId)

        The app ID.

        Parameters:
        appId - The app ID.
      • getAppId

        public String getAppId()

        The app ID.

        Returns:
        The app ID.
      • withAppId

        public CreateBackendAuthResult withAppId(String appId)

        The app ID.

        Parameters:
        appId - The app ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBackendEnvironmentName

        public void setBackendEnvironmentName(String backendEnvironmentName)

        The name of the backend environment.

        Parameters:
        backendEnvironmentName - The name of the backend environment.
      • getBackendEnvironmentName

        public String getBackendEnvironmentName()

        The name of the backend environment.

        Returns:
        The name of the backend environment.
      • withBackendEnvironmentName

        public CreateBackendAuthResult withBackendEnvironmentName(String backendEnvironmentName)

        The name of the backend environment.

        Parameters:
        backendEnvironmentName - The name of the backend environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError

        public void setError(String error)

        If the request fails, this error is returned.

        Parameters:
        error - If the request fails, this error is returned.
      • getError

        public String getError()

        If the request fails, this error is returned.

        Returns:
        If the request fails, this error is returned.
      • withError

        public CreateBackendAuthResult withError(String error)

        If the request fails, this error is returned.

        Parameters:
        error - If the request fails, this error is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobId

        public void setJobId(String jobId)

        The ID for the job.

        Parameters:
        jobId - The ID for the job.
      • getJobId

        public String getJobId()

        The ID for the job.

        Returns:
        The ID for the job.
      • withJobId

        public CreateBackendAuthResult withJobId(String jobId)

        The ID for the job.

        Parameters:
        jobId - The ID for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOperation

        public void setOperation(String operation)

        The name of the operation.

        Parameters:
        operation - The name of the operation.
      • getOperation

        public String getOperation()

        The name of the operation.

        Returns:
        The name of the operation.
      • withOperation

        public CreateBackendAuthResult withOperation(String operation)

        The name of the operation.

        Parameters:
        operation - The name of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the request.

        Parameters:
        status - The current status of the request.
      • getStatus

        public String getStatus()

        The current status of the request.

        Returns:
        The current status of the request.
      • withStatus

        public CreateBackendAuthResult withStatus(String status)

        The current status of the request.

        Parameters:
        status - The current status of the request.
        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 によって変換されたページ (->オリジナル) /