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

Class UpdateApiDestinationResult

    • Constructor Detail

      • UpdateApiDestinationResult

        public UpdateApiDestinationResult()
    • Method Detail

      • setApiDestinationArn

        public void setApiDestinationArn(String apiDestinationArn)

        The ARN of the API destination that was updated.

        Parameters:
        apiDestinationArn - The ARN of the API destination that was updated.
      • getApiDestinationArn

        public String getApiDestinationArn()

        The ARN of the API destination that was updated.

        Returns:
        The ARN of the API destination that was updated.
      • withApiDestinationArn

        public UpdateApiDestinationResult withApiDestinationArn(String apiDestinationArn)

        The ARN of the API destination that was updated.

        Parameters:
        apiDestinationArn - The ARN of the API destination that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setApiDestinationState

        public void setApiDestinationState(String apiDestinationState)

        The state of the API destination that was updated.

        Parameters:
        apiDestinationState - The state of the API destination that was updated.
        See Also:
        ApiDestinationState
      • getApiDestinationState

        public String getApiDestinationState()

        The state of the API destination that was updated.

        Returns:
        The state of the API destination that was updated.
        See Also:
        ApiDestinationState
      • withApiDestinationState

        public UpdateApiDestinationResult withApiDestinationState(String apiDestinationState)

        The state of the API destination that was updated.

        Parameters:
        apiDestinationState - The state of the API destination that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApiDestinationState
      • withApiDestinationState

        public UpdateApiDestinationResult withApiDestinationState(ApiDestinationState apiDestinationState)

        The state of the API destination that was updated.

        Parameters:
        apiDestinationState - The state of the API destination that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApiDestinationState
      • setCreationTime

        public void setCreationTime(Date creationTime)

        A time stamp for the time that the API destination was created.

        Parameters:
        creationTime - A time stamp for the time that the API destination was created.
      • getCreationTime

        public Date getCreationTime()

        A time stamp for the time that the API destination was created.

        Returns:
        A time stamp for the time that the API destination was created.
      • withCreationTime

        public UpdateApiDestinationResult withCreationTime(Date creationTime)

        A time stamp for the time that the API destination was created.

        Parameters:
        creationTime - A time stamp for the time that the API destination was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        A time stamp for the time that the API destination was last modified.

        Parameters:
        lastModifiedTime - A time stamp for the time that the API destination was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        A time stamp for the time that the API destination was last modified.

        Returns:
        A time stamp for the time that the API destination was last modified.
      • withLastModifiedTime

        public UpdateApiDestinationResult withLastModifiedTime(Date lastModifiedTime)

        A time stamp for the time that the API destination was last modified.

        Parameters:
        lastModifiedTime - A time stamp for the time that the API destination was last modified.
        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 によって変換されたページ (->オリジナル) /