org.jclouds.sqs.functions
Class MapToQueueAttributes

java.lang.Object
  extended by org.jclouds.sqs.functions.MapToQueueAttributes
All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,QueueAttributes>

public class MapToQueueAttributes
extends Object
implements com.google.common.base.Function<Map<String,String>,QueueAttributes>

Converts a Map to a typed QueueAttributes object

Author:
Adrian Cole

Constructor Summary
MapToQueueAttributes()
           
 
Method Summary
 QueueAttributes apply(Map<String,String> input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

MapToQueueAttributes

public MapToQueueAttributes()
Method Detail

apply

public QueueAttributes apply(Map<String,String> input)
Specified by:
apply in interface com.google.common.base.Function<Map<String,String>,QueueAttributes>


Copyright © 2009-2012 jclouds. All Rights Reserved.