@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResolverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResolverRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResolverRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API ID.
|
String |
getDataSourceName()
The new data source name.
|
String |
getFieldName()
The new field name.
|
String |
getRequestMappingTemplate()
The new request mapping template.
|
String |
getResponseMappingTemplate()
The new response mapping template.
|
String |
getTypeName()
The new type name.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API ID.
|
void |
setDataSourceName(String dataSourceName)
The new data source name.
|
void |
setFieldName(String fieldName)
The new field name.
|
void |
setRequestMappingTemplate(String requestMappingTemplate)
The new request mapping template.
|
void |
setResponseMappingTemplate(String responseMappingTemplate)
The new response mapping template.
|
void |
setTypeName(String typeName)
The new type name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateResolverRequest |
withApiId(String apiId)
The API ID.
|
UpdateResolverRequest |
withDataSourceName(String dataSourceName)
The new data source name.
|
UpdateResolverRequest |
withFieldName(String fieldName)
The new field name.
|
UpdateResolverRequest |
withRequestMappingTemplate(String requestMappingTemplate)
The new request mapping template.
|
UpdateResolverRequest |
withResponseMappingTemplate(String responseMappingTemplate)
The new response mapping template.
|
UpdateResolverRequest |
withTypeName(String typeName)
The new type name.
|
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 void setApiId(String apiId)
The API ID.
apiId
- The API ID.public String getApiId()
The API ID.
public UpdateResolverRequest withApiId(String apiId)
The API ID.
apiId
- The API ID.public void setTypeName(String typeName)
The new type name.
typeName
- The new type name.public String getTypeName()
The new type name.
public UpdateResolverRequest withTypeName(String typeName)
The new type name.
typeName
- The new type name.public void setFieldName(String fieldName)
The new field name.
fieldName
- The new field name.public String getFieldName()
The new field name.
public UpdateResolverRequest withFieldName(String fieldName)
The new field name.
fieldName
- The new field name.public void setDataSourceName(String dataSourceName)
The new data source name.
dataSourceName
- The new data source name.public String getDataSourceName()
The new data source name.
public UpdateResolverRequest withDataSourceName(String dataSourceName)
The new data source name.
dataSourceName
- The new data source name.public void setRequestMappingTemplate(String requestMappingTemplate)
The new request mapping template.
requestMappingTemplate
- The new request mapping template.public String getRequestMappingTemplate()
The new request mapping template.
public UpdateResolverRequest withRequestMappingTemplate(String requestMappingTemplate)
The new request mapping template.
requestMappingTemplate
- The new request mapping template.public void setResponseMappingTemplate(String responseMappingTemplate)
The new response mapping template.
responseMappingTemplate
- The new response mapping template.public String getResponseMappingTemplate()
The new response mapping template.
public UpdateResolverRequest withResponseMappingTemplate(String responseMappingTemplate)
The new response mapping template.
responseMappingTemplate
- The new response mapping template.public String toString()
toString
in class Object
Object.toString()
public UpdateResolverRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.