Class UnprocessedUpdateAction

    • Method Detail

      • replicationGroupId

        public final String replicationGroupId()

        The replication group ID

        Returns:
        The replication group ID
      • cacheClusterId

        public final String cacheClusterId()

        The ID of the cache cluster

        Returns:
        The ID of the cache cluster
      • serviceUpdateName

        public final String serviceUpdateName()

        The unique ID of the service update

        Returns:
        The unique ID of the service update
      • errorType

        public final String errorType()

        The error type for requests that are not processed

        Returns:
        The error type for requests that are not processed
      • errorMessage

        public final String errorMessage()

        The error message that describes the reason the request was not processed

        Returns:
        The error message that describes the reason the request was not processed
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)