@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeMessageVisibilityBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ChangeMessageVisibilityBatchRequest()
Default constructor for ChangeMessageVisibilityBatchRequest object.
|
ChangeMessageVisibilityBatchRequest(String queueUrl,
List<ChangeMessageVisibilityBatchRequestEntry> entries)
Constructs a new ChangeMessageVisibilityBatchRequest object.
|
Modifier and Type | Method and Description |
---|---|
ChangeMessageVisibilityBatchRequest |
clone() |
boolean |
equals(Object obj) |
List<ChangeMessageVisibilityBatchRequestEntry> |
getEntries()
Lists the receipt handles of the messages for which the visibility timeout must be changed.
|
String |
getQueueUrl()
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
int |
hashCode() |
void |
setEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
|
void |
setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
String |
toString()
Returns a string representation of this object.
|
ChangeMessageVisibilityBatchRequest |
withEntries(ChangeMessageVisibilityBatchRequestEntry... entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
|
ChangeMessageVisibilityBatchRequest |
withEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
|
ChangeMessageVisibilityBatchRequest |
withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ChangeMessageVisibilityBatchRequest()
public ChangeMessageVisibilityBatchRequest(String queueUrl, List<ChangeMessageVisibilityBatchRequestEntry> entries)
queueUrl
- The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
entries
- Lists the receipt handles of the messages for which the visibility timeout must be changed.public void setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
public String getQueueUrl()
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public ChangeMessageVisibilityBatchRequest withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
public List<ChangeMessageVisibilityBatchRequestEntry> getEntries()
Lists the receipt handles of the messages for which the visibility timeout must be changed.
public void setEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
entries
- Lists the receipt handles of the messages for which the visibility timeout must be changed.public ChangeMessageVisibilityBatchRequest withEntries(ChangeMessageVisibilityBatchRequestEntry... entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- Lists the receipt handles of the messages for which the visibility timeout must be changed.public ChangeMessageVisibilityBatchRequest withEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
Lists the receipt handles of the messages for which the visibility timeout must be changed.
entries
- Lists the receipt handles of the messages for which the visibility timeout must be changed.public String toString()
toString
in class Object
Object.toString()
public ChangeMessageVisibilityBatchRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.