Package com.amazonaws.services.sqs.model
Class DeleteMessageBatchResultEntry
java.lang.Object
com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
- All Implemented Interfaces:
Serializable
,Cloneable
Encloses the id an entry in DeleteMessageBatch.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
Represents a successfully deleted message.int
hashCode()
void
Represents a successfully deleted message.toString()
Returns a string representation of this object; useful for testing and debugging.Represents a successfully deleted message.
-
Constructor Details
-
DeleteMessageBatchResultEntry
public DeleteMessageBatchResultEntry()
-
-
Method Details
-
setId
Represents a successfully deleted message.
- Parameters:
id
- Represents a successfully deleted message.
-
getId
Represents a successfully deleted message.
- Returns:
- Represents a successfully deleted message.
-
withId
Represents a successfully deleted message.
- Parameters:
id
- Represents a successfully deleted message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-