@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCodeBindingSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCodeBindingSourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetCodeBindingSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLanguage()
The language of the code binding.
|
String |
getRegistryName()
The name of the registry.
|
String |
getSchemaName()
The name of the schema.
|
String |
getSchemaVersion()
Specifying this limits the results to only this schema version.
|
int |
hashCode() |
void |
setLanguage(String language)
The language of the code binding.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setSchemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
|
String |
toString()
Returns a string representation of this object.
|
GetCodeBindingSourceRequest |
withLanguage(String language)
The language of the code binding.
|
GetCodeBindingSourceRequest |
withRegistryName(String registryName)
The name of the registry.
|
GetCodeBindingSourceRequest |
withSchemaName(String schemaName)
The name of the schema.
|
GetCodeBindingSourceRequest |
withSchemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
|
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 setLanguage(String language)
The language of the code binding.
language
- The language of the code binding.public String getLanguage()
The language of the code binding.
public GetCodeBindingSourceRequest withLanguage(String language)
The language of the code binding.
language
- The language of the code binding.public void setRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public GetCodeBindingSourceRequest withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public String getSchemaName()
The name of the schema.
public GetCodeBindingSourceRequest withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public void setSchemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
schemaVersion
- Specifying this limits the results to only this schema version.public String getSchemaVersion()
Specifying this limits the results to only this schema version.
public GetCodeBindingSourceRequest withSchemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
schemaVersion
- Specifying this limits the results to only this schema version.public String toString()
toString
in class Object
Object.toString()
public GetCodeBindingSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()