public class InvocationRequest extends Object
Constructor and Description |
---|
InvocationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientContext() |
String |
getCognitoIdentity() |
byte[] |
getContent() |
long |
getDeadlineTimeInMs() |
String |
getId() |
String |
getInvokedFunctionArn() |
String |
getXrayTraceId() |
void |
setClientContext(String clientContext) |
void |
setCognitoIdentity(String cognitoIdentity) |
void |
setContent(byte[] content) |
void |
setDeadlineTimeInMs(long deadlineTimeInMs) |
void |
setId(String id) |
void |
setInvokedFunctionArn(String invokedFunctionArn) |
void |
setXrayTraceId(String xrayTraceId) |
public String getId()
public void setId(String id)
public String getXrayTraceId()
public void setXrayTraceId(String xrayTraceId)
public String getInvokedFunctionArn()
public void setInvokedFunctionArn(String invokedFunctionArn)
public long getDeadlineTimeInMs()
public void setDeadlineTimeInMs(long deadlineTimeInMs)
public String getClientContext()
public void setClientContext(String clientContext)
public String getCognitoIdentity()
public void setCognitoIdentity(String cognitoIdentity)
public byte[] getContent()
public void setContent(byte[] content)
Copyright © 2024. All rights reserved.