public class GetFaasServiceResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetFaasServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GetFaasServiceResponse |
functionId(String functionId) |
GetFaasServiceResponse |
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() |
GetFaasServiceResponse |
triggerName(String triggerName) |
GetFaasServiceResponse |
userPoolUid(String userPoolUid) |
getResponseMetadata, setResponseMetadatapublic GetFaasServiceResponse functionId(String functionId)
public String getFunctionId()
public void setFunctionId(String functionId)
public GetFaasServiceResponse functionType(String functionType)
public String getFunctionType()
public void setFunctionType(String functionType)
public GetFaasServiceResponse triggerName(String triggerName)
public String getTriggerName()
public void setTriggerName(String triggerName)
public GetFaasServiceResponse userPoolUid(String userPoolUid)
public String getUserPoolUid()
public void setUserPoolUid(String userPoolUid)
Copyright © 2026. All rights reserved.