OutputType - Structure of custom resource returner properties.public class CustomResourceResponse<OutputType> extends Object
| Constructor and Description |
|---|
CustomResourceResponse(OutputType data)
Initializes new response to ephemeral resources (identified by current Lambda invocation log stream).
|
CustomResourceResponse(OutputType data,
String physicalResourceId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
OutputType |
getData()
Response data.
|
String |
getPhysicalResourceId()
Managed resource resource ID.
|
int |
hashCode() |
void |
setData(OutputType data)
Response data.
|
void |
setPhysicalResourceId(String physicalResourceId)
Managed resource resource ID.
|
String |
toString() |
public CustomResourceResponse(OutputType data)
data - Response data.public CustomResourceResponse(OutputType data, String physicalResourceId)
public OutputType getData()
public String getPhysicalResourceId()
public void setData(OutputType data)
public void setPhysicalResourceId(String physicalResourceId)
protected boolean canEqual(Object other)
Copyright © 2017–2018 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.