org.jclouds.ec2.binders
Class IfNotNullBindAvailabilityZoneToFormParam
java.lang.Object
org.jclouds.ec2.binders.IfNotNullBindAvailabilityZoneToFormParam
- All Implemented Interfaces:
- Binder
@Singleton
public class IfNotNullBindAvailabilityZoneToFormParam
- extends Object
- implements Binder
Binds the AvailabilityZone to a form parameter if set.
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IfNotNullBindAvailabilityZoneToFormParam
@Inject
protected IfNotNullBindAvailabilityZoneToFormParam()
IfNotNullBindAvailabilityZoneToFormParam
protected IfNotNullBindAvailabilityZoneToFormParam(String param)
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest
in interface Binder
Copyright © 2009-2011 jclouds. All Rights Reserved.