public class CreateFaasServiceResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
CreateFaasServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CreateFaasServiceResponse |
functionId(String functionId) |
CreateFaasServiceResponse |
functionType(String functionType) |
String |
getFunctionId()
Get functionId
|
String |
getFunctionType()
Get functionType
|
String |
getTriggerName()
Get triggerName
|
String |
getUserPoolUid()
Get userPoolUid
|
int |
hashCode() |
void |
setFunctionId(String functionId) |
void |
setFunctionType(String functionType) |
void |
setTriggerName(String triggerName) |
void |
setUserPoolUid(String userPoolUid) |
String |
toString() |
CreateFaasServiceResponse |
triggerName(String triggerName) |
CreateFaasServiceResponse |
userPoolUid(String userPoolUid) |
getResponseMetadata, setResponseMetadatapublic CreateFaasServiceResponse functionId(String functionId)
public String getFunctionId()
public void setFunctionId(String functionId)
public CreateFaasServiceResponse functionType(String functionType)
public String getFunctionType()
public void setFunctionType(String functionType)
public CreateFaasServiceResponse triggerName(String triggerName)
public String getTriggerName()
public void setTriggerName(String triggerName)
public CreateFaasServiceResponse userPoolUid(String userPoolUid)
public String getUserPoolUid()
public void setUserPoolUid(String userPoolUid)
Copyright © 2026. All rights reserved.