org
.
sisioh
.
aws4s
.
sns
.
model
RichPublishRequest
final
class
RichPublishRequest
extends
AnyVal
with
PimpedType
[
PublishRequest
]
Linear Supertypes
PimpedType
[
PublishRequest
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichPublishRequest
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichPublishRequest
(
underlying:
PublishRequest
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attribute_+=
(
value: (
String
,
MessageAttributeValue
)
)
:
Unit
def
attributes
:
Map
[
String
,
MessageAttributeValue
]
def
attributes_=
(
value:
Map
[
String
,
MessageAttributeValue
]
)
:
Unit
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
messageOpt
:
Option
[
String
]
def
messageOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
messageStructureOpt
:
Option
[
String
]
def
messageStructureOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
subjectOpt
:
Option
[
String
]
def
subjectOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
targetArnOpt
:
Option
[
String
]
def
targetArnOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
def
topicArnOpt
:
Option
[
String
]
def
topicArnOpt_=
(
value:
Option
[
String
]
)
:
Unit
val
underlying
:
PublishRequest
Definition Classes
RichPublishRequest
→ PimpedType
def
withAttributes
(
attributes:
Map
[
String
,
MessageAttributeValue
]
)
:
PublishRequest
def
withMessageOpt
(
value:
Option
[
String
]
)
:
PublishRequest
def
withMessageStructureOpt
(
value:
Option
[
String
]
)
:
PublishRequest
def
withSubjectOpt
(
value:
Option
[
String
]
)
:
PublishRequest
def
withTargetArnOpt
(
value:
Option
[
String
]
)
:
PublishRequest
def
withTopicArnOpt
(
value:
Option
[
String
]
)
:
PublishRequest
Inherited from
PimpedType
[
PublishRequest
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped