@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterSchemaVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterSchemaVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterSchemaVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSchemaDefinition()
The schema definition using the
DataFormat setting for the SchemaName. |
SchemaId |
getSchemaId()
This is a wrapper structure to contain schema identity fields.
|
int |
hashCode() |
void |
setSchemaDefinition(String schemaDefinition)
The schema definition using the
DataFormat setting for the SchemaName. |
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
String |
toString()
Returns a string representation of this object.
|
RegisterSchemaVersionRequest |
withSchemaDefinition(String schemaDefinition)
The schema definition using the
DataFormat setting for the SchemaName. |
RegisterSchemaVersionRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
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 to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public SchemaId getSchemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public RegisterSchemaVersionRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public void setSchemaDefinition(String schemaDefinition)
The schema definition using the DataFormat setting for the SchemaName.
schemaDefinition - The schema definition using the DataFormat setting for the SchemaName.public String getSchemaDefinition()
The schema definition using the DataFormat setting for the SchemaName.
DataFormat setting for the SchemaName.public RegisterSchemaVersionRequest withSchemaDefinition(String schemaDefinition)
The schema definition using the DataFormat setting for the SchemaName.
schemaDefinition - The schema definition using the DataFormat setting for the SchemaName.public String toString()
toString in class ObjectObject.toString()public RegisterSchemaVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()