@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFunctionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateFunctionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getApiId()
 The GraphQL API ID. 
 | 
String | 
getDataSourceName()
 The  
Function DataSource name. | 
String | 
getDescription()
 The  
Function description. | 
String | 
getFunctionId()
 The function ID. 
 | 
String | 
getFunctionVersion()
 The  
version of the request mapping template. | 
String | 
getName()
 The  
Function name. | 
String | 
getRequestMappingTemplate()
 The  
Function request mapping template. | 
String | 
getResponseMappingTemplate()
 The  
Function request mapping template. | 
SyncConfig | 
getSyncConfig()  | 
int | 
hashCode()  | 
void | 
setApiId(String apiId)
 The GraphQL API ID. 
 | 
void | 
setDataSourceName(String dataSourceName)
 The  
Function DataSource name. | 
void | 
setDescription(String description)
 The  
Function description. | 
void | 
setFunctionId(String functionId)
 The function ID. 
 | 
void | 
setFunctionVersion(String functionVersion)
 The  
version of the request mapping template. | 
void | 
setName(String name)
 The  
Function name. | 
void | 
setRequestMappingTemplate(String requestMappingTemplate)
 The  
Function request mapping template. | 
void | 
setResponseMappingTemplate(String responseMappingTemplate)
 The  
Function request mapping template. | 
void | 
setSyncConfig(SyncConfig syncConfig)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateFunctionRequest | 
withApiId(String apiId)
 The GraphQL API ID. 
 | 
UpdateFunctionRequest | 
withDataSourceName(String dataSourceName)
 The  
Function DataSource name. | 
UpdateFunctionRequest | 
withDescription(String description)
 The  
Function description. | 
UpdateFunctionRequest | 
withFunctionId(String functionId)
 The function ID. 
 | 
UpdateFunctionRequest | 
withFunctionVersion(String functionVersion)
 The  
version of the request mapping template. | 
UpdateFunctionRequest | 
withName(String name)
 The  
Function name. | 
UpdateFunctionRequest | 
withRequestMappingTemplate(String requestMappingTemplate)
 The  
Function request mapping template. | 
UpdateFunctionRequest | 
withResponseMappingTemplate(String responseMappingTemplate)
 The  
Function request mapping template. | 
UpdateFunctionRequest | 
withSyncConfig(SyncConfig syncConfig)  | 
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, withSdkRequestTimeoutpublic void setApiId(String apiId)
The GraphQL API ID.
apiId - The GraphQL API ID.public String getApiId()
The GraphQL API ID.
public UpdateFunctionRequest withApiId(String apiId)
The GraphQL API ID.
apiId - The GraphQL API ID.public void setName(String name)
 The Function name.
 
name - The Function name.public String getName()
 The Function name.
 
Function name.public UpdateFunctionRequest withName(String name)
 The Function name.
 
name - The Function name.public void setDescription(String description)
 The Function description.
 
description - The Function description.public String getDescription()
 The Function description.
 
Function description.public UpdateFunctionRequest withDescription(String description)
 The Function description.
 
description - The Function description.public void setFunctionId(String functionId)
The function ID.
functionId - The function ID.public String getFunctionId()
The function ID.
public UpdateFunctionRequest withFunctionId(String functionId)
The function ID.
functionId - The function ID.public void setDataSourceName(String dataSourceName)
 The Function DataSource name.
 
dataSourceName - The Function DataSource name.public String getDataSourceName()
 The Function DataSource name.
 
Function DataSource name.public UpdateFunctionRequest withDataSourceName(String dataSourceName)
 The Function DataSource name.
 
dataSourceName - The Function DataSource name.public void setRequestMappingTemplate(String requestMappingTemplate)
 The Function request mapping template. Functions support only the 2018-05-29 version of the request
 mapping template.
 
requestMappingTemplate - The Function request mapping template. Functions support only the 2018-05-29 version of the
        request mapping template.public String getRequestMappingTemplate()
 The Function request mapping template. Functions support only the 2018-05-29 version of the request
 mapping template.
 
Function request mapping template. Functions support only the 2018-05-29 version of the
         request mapping template.public UpdateFunctionRequest withRequestMappingTemplate(String requestMappingTemplate)
 The Function request mapping template. Functions support only the 2018-05-29 version of the request
 mapping template.
 
requestMappingTemplate - The Function request mapping template. Functions support only the 2018-05-29 version of the
        request mapping template.public void setResponseMappingTemplate(String responseMappingTemplate)
 The Function request mapping template.
 
responseMappingTemplate - The Function request mapping template.public String getResponseMappingTemplate()
 The Function request mapping template.
 
Function request mapping template.public UpdateFunctionRequest withResponseMappingTemplate(String responseMappingTemplate)
 The Function request mapping template.
 
responseMappingTemplate - The Function request mapping template.public void setFunctionVersion(String functionVersion)
 The version of the request mapping template. Currently the supported value is 2018-05-29.
 
functionVersion - The version of the request mapping template. Currently the supported value is 2018-05-29.public String getFunctionVersion()
 The version of the request mapping template. Currently the supported value is 2018-05-29.
 
version of the request mapping template. Currently the supported value is 2018-05-29.public UpdateFunctionRequest withFunctionVersion(String functionVersion)
 The version of the request mapping template. Currently the supported value is 2018-05-29.
 
functionVersion - The version of the request mapping template. Currently the supported value is 2018-05-29.public void setSyncConfig(SyncConfig syncConfig)
syncConfig - public SyncConfig getSyncConfig()
public UpdateFunctionRequest withSyncConfig(SyncConfig syncConfig)
syncConfig - public String toString()
toString in class ObjectObject.toString()public UpdateFunctionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()