org.jclouds.sqs.binders
Class BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams

java.lang.Object
  extended by org.jclouds.aws.binders.BindTableToIndexedFormParams
      extended by org.jclouds.sqs.binders.BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
extends org.jclouds.aws.binders.BindTableToIndexedFormParams
implements org.jclouds.rest.MapBinder

Author:
Adrian Cole

Constructor Summary
protected BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams()
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,Object> postParams)
           
 Map<String,String> idMessageBody(Iterable<String> input)
           
 
Methods inherited from class org.jclouds.aws.binders.BindTableToIndexedFormParams
bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jclouds.rest.Binder
bindToRequest
 

Constructor Detail

BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams

protected BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams()
Method Detail

idMessageBody

public Map<String,String> idMessageBody(Iterable<String> input)

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Map<String,Object> postParams)
Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder


Copyright © 2009-2012 jclouds. All Rights Reserved.