@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSchemaVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteSchemaVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSchemaVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SchemaId |
getSchemaId()
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
String |
getVersions()
A version range may be supplied which may be of the format:
|
int |
hashCode() |
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
void |
setVersions(String versions)
A version range may be supplied which may be of the format:
|
String |
toString()
Returns a string representation of this object.
|
DeleteSchemaVersionsRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
DeleteSchemaVersionsRequest |
withVersions(String versions)
A version range may be supplied which may be of the format:
|
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 setSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId - This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public SchemaId getSchemaId()
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
public DeleteSchemaVersionsRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId - This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public void setVersions(String versions)
A version range may be supplied which may be of the format:
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
versions - A version range may be supplied which may be of the format:
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
public String getVersions()
A version range may be supplied which may be of the format:
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
public DeleteSchemaVersionsRequest withVersions(String versions)
A version range may be supplied which may be of the format:
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
versions - A version range may be supplied which may be of the format:
a single version number, 5
a range, 5-8 : deletes versions 5, 6, 7, 8
public String toString()
toString in class ObjectObject.toString()public DeleteSchemaVersionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()