Class PublishResult
java.lang.Object
com.amazonaws.services.sns.model.PublishResult
- All Implemented Interfaces:
Serializable, Cloneable
Response for Publish action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUnique identifier assigned to the published message.inthashCode()voidsetMessageId(String messageId) Unique identifier assigned to the published message.toString()Returns a string representation of this object; useful for testing and debugging.withMessageId(String messageId) Unique identifier assigned to the published message.
-
Constructor Details
-
PublishResult
public PublishResult()
-
-
Method Details
-
setMessageId
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
- Parameters:
messageId- Unique identifier assigned to the published message.Length Constraint: Maximum 100 characters
-
getMessageId
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
- Returns:
- Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
-
withMessageId
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
- Parameters:
messageId- Unique identifier assigned to the published message.Length Constraint: Maximum 100 characters
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-