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