@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFunctionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeFunctionRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeFunctionRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getName ()
The name of the function that you are getting information about.
|
String |
getStage ()
The function's stage, either
DEVELOPMENT or LIVE. |
int |
hashCode () |
void |
setName (String name)
The name of the function that you are getting information about.
|
void |
setStage (String stage)
The function's stage, either
DEVELOPMENT or LIVE. |
String |
toString ()
Returns a string representation of this object.
|
DescribeFunctionRequest |
withName (String name)
The name of the function that you are getting information about.
|
DescribeFunctionRequest |
withStage (FunctionStage stage)
The function's stage, either
DEVELOPMENT or LIVE. |
DescribeFunctionRequest |
withStage (String stage)
The function's stage, either
DEVELOPMENT or LIVE. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public DescribeFunctionRequest()
public void setName(String name)
The name of the function that you are getting information about.
name - The name of the function that you are getting information about.public String getName()
The name of the function that you are getting information about.
public DescribeFunctionRequest withName(String name)
The name of the function that you are getting information about.
name - The name of the function that you are getting information about.public void setStage(String stage)
The function's stage, either DEVELOPMENT or LIVE.
stage - The function's stage, either DEVELOPMENT or LIVE.FunctionStage public String getStage()
The function's stage, either DEVELOPMENT or LIVE.
DEVELOPMENT or LIVE.FunctionStage public DescribeFunctionRequest withStage(String stage)
The function's stage, either DEVELOPMENT or LIVE.
stage - The function's stage, either DEVELOPMENT or LIVE.FunctionStage public DescribeFunctionRequest withStage(FunctionStage stage)
The function's stage, either DEVELOPMENT or LIVE.
stage - The function's stage, either DEVELOPMENT or LIVE.FunctionStage public String toString()
toString in class Object Object.toString() public DescribeFunctionRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()