Method | Description | |
---|---|---|
ReceiveMessageRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ReceiveMessageRequest ( string queueUrl ) : System |
Instantiates ReceiveMessageRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttributeNames ( ) : bool | ||
IsSetMaxNumberOfMessages ( ) : bool | ||
IsSetMessageAttributeNames ( ) : bool | ||
IsSetQueueUrl ( ) : bool | ||
IsSetReceiveRequestAttemptId ( ) : bool | ||
IsSetVisibilityTimeout ( ) : bool | ||
IsSetWaitTimeSeconds ( ) : bool |
public ReceiveMessageRequest ( string queueUrl ) : System | ||
queueUrl | string | The URL of the Amazon SQS queue from which messages are received. Queue URLs are case-sensitive. |
return | System |