@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckSchemaVersionValidityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CheckSchemaVersionValidityRequest() |
Modifier and Type | Method and Description |
---|---|
CheckSchemaVersionValidityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataFormat()
The data format of the schema definition.
|
String |
getSchemaDefinition()
The definition of the schema that has to be validated.
|
int |
hashCode() |
void |
setDataFormat(String dataFormat)
The data format of the schema definition.
|
void |
setSchemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
|
String |
toString()
Returns a string representation of this object.
|
CheckSchemaVersionValidityRequest |
withDataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
CheckSchemaVersionValidityRequest |
withDataFormat(String dataFormat)
The data format of the schema definition.
|
CheckSchemaVersionValidityRequest |
withSchemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
|
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 setDataFormat(String dataFormat)
The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.
dataFormat
- The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.DataFormat
public String getDataFormat()
The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.
AVRO
, JSON
and
PROTOBUF
are supported.DataFormat
public CheckSchemaVersionValidityRequest withDataFormat(String dataFormat)
The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.
dataFormat
- The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.DataFormat
public CheckSchemaVersionValidityRequest withDataFormat(DataFormat dataFormat)
The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.
dataFormat
- The data format of the schema definition. Currently AVRO
, JSON
and
PROTOBUF
are supported.DataFormat
public void setSchemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
schemaDefinition
- The definition of the schema that has to be validated.public String getSchemaDefinition()
The definition of the schema that has to be validated.
public CheckSchemaVersionValidityRequest withSchemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
schemaDefinition
- The definition of the schema that has to be validated.public String toString()
toString
in class Object
Object.toString()
public CheckSchemaVersionValidityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()