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