public class InvokeAsyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
InvokeAsyncRequest() |
Modifier and Type | Method and Description |
---|---|
InvokeAsyncRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
The Lambda function name.
|
InputStream |
getInvokeArgs()
JSON that you want to provide to your Lambda function as input.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The Lambda function name.
|
void |
setInvokeArgs(InputStream invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
void |
setInvokeArgs(String invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InvokeAsyncRequest |
withFunctionName(String functionName)
The Lambda function name.
|
InvokeAsyncRequest |
withInvokeArgs(InputStream invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
InvokeAsyncRequest |
withInvokeArgs(String invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFunctionName(String functionName)
The Lambda function name.
functionName
- The Lambda function name.public String getFunctionName()
The Lambda function name.
public InvokeAsyncRequest withFunctionName(String functionName)
The Lambda function name.
functionName
- The Lambda function name.public void setInvokeArgs(InputStream invokeArgs)
JSON that you want to provide to your Lambda function as input.
invokeArgs
- JSON that you want to provide to your Lambda function as input.public InputStream getInvokeArgs()
JSON that you want to provide to your Lambda function as input.
public InvokeAsyncRequest withInvokeArgs(InputStream invokeArgs)
JSON that you want to provide to your Lambda function as input.
invokeArgs
- JSON that you want to provide to your Lambda function as input.public void setInvokeArgs(String invokeArgs)
JSON that you want to provide to your Lambda function as input.
invokeArgs
- JSON that you want to provide to your Lambda function as input.public InvokeAsyncRequest withInvokeArgs(String invokeArgs)
JSON that you want to provide to your Lambda function as input.
invokeArgs
- JSON that you want to provide to your Lambda function as input.public String toString()
toString
in class Object
Object.toString()
public InvokeAsyncRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.