@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSchema extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the data schema used with the given dataset.
Constructor and Description |
---|
DatasetSchema() |
Modifier and Type | Method and Description |
---|---|
DatasetSchema |
clone() |
boolean |
equals(Object obj) |
String |
getInlineDataSchema()
The data schema used within the given dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInlineDataSchema(String inlineDataSchema)
The data schema used within the given dataset.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSchema |
withInlineDataSchema(String inlineDataSchema)
The data schema used within the given dataset.
|
public void setInlineDataSchema(String inlineDataSchema)
The data schema used within the given dataset.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
inlineDataSchema
- The data schema used within the given dataset.public String getInlineDataSchema()
The data schema used within the given dataset.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public DatasetSchema withInlineDataSchema(String inlineDataSchema)
The data schema used within the given dataset.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
inlineDataSchema
- The data schema used within the given dataset.public String toString()
toString
in class Object
Object.toString()
public DatasetSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.