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 Details
-
MapToQueueAttributes
public MapToQueueAttributes()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Map<String,
String>, QueueAttributes> - Specified by:
apply
in interfaceFunction<Map<String,
String>, QueueAttributes>
-