Class ResourceHandlerRequest<T>
java.lang.Object
software.amazon.cloudformation.proxy.ResourceHandlerRequest<T>
- Type Parameters:
T- Type of resource model being provisioned
public class ResourceHandlerRequest<T>
extends java.lang.Object
This interface describes the request object for the provisioning request
passed to the implementor. It is transformed from an instance of
HandlerRequest by the LambdaWrapper to only items of concern
-
Constructor Summary
Constructors Constructor Description ResourceHandlerRequest() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResourceHandlerRequest
public ResourceHandlerRequest()
-