Package com.amazonaws.services.sqs.model
Class ChangeMessageVisibilityBatchResultEntry
java.lang.Object
com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChangeMessageVisibilityBatchResultEntry
extends Object
implements Serializable, Cloneable
Encloses the id of an entry in ChangeMessageVisibilityBatch.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
Represents a message whose visibility timeout has been changed successfully.int
hashCode()
void
Represents a message whose visibility timeout has been changed successfully.toString()
Returns a string representation of this object; useful for testing and debugging.Represents a message whose visibility timeout has been changed successfully.
-
Constructor Details
-
ChangeMessageVisibilityBatchResultEntry
public ChangeMessageVisibilityBatchResultEntry()
-
-
Method Details
-
setId
Represents a message whose visibility timeout has been changed successfully.
- Parameters:
id
- Represents a message whose visibility timeout has been changed successfully.
-
getId
Represents a message whose visibility timeout has been changed successfully.
- Returns:
- Represents a message whose visibility timeout has been changed successfully.
-
withId
Represents a message whose visibility timeout has been changed successfully.
- Parameters:
id
- Represents a message whose visibility timeout has been changed successfully.- 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
-