Class SnsNotification.MessageAttribute

java.lang.Object
io.awspring.cloud.sqs.support.converter.SnsNotification.MessageAttribute
Enclosing class:
SnsNotification<T>

public static class SnsNotification.MessageAttribute extends Object
Represents an SNS message attribute.
Since:
3.4.1
Author:
Damien Chomat
  • Constructor Details

    • MessageAttribute

      public MessageAttribute(String type, String value)
      Creates a new message attribute.
      Parameters:
      type - the attribute type
      value - the attribute value
  • Method Details

    • getType

      public String getType()
      Gets the attribute type.
      Returns:
      the attribute type
    • getValue

      public String getValue()
      Gets the attribute value.
      Returns:
      the attribute value