Package org.jclouds.sqs.functions
Class MapToQueueAttributes
- java.lang.Object
-
- org.jclouds.sqs.functions.MapToQueueAttributes
-
- All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,QueueAttributes>
,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
-
-
Constructor Summary
Constructors Constructor Description MapToQueueAttributes()
-
-
-
Method Detail
-
apply
public QueueAttributes apply(Map<String,String> input)
- Specified by:
apply
in interfacecom.google.common.base.Function<Map<String,String>,QueueAttributes>
- Specified by:
apply
in interfaceFunction<Map<String,String>,QueueAttributes>
-
-