@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() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInlineDataSchema(String inlineDataSchema) |
String |
toString()
Returns a string representation of this object.
|
DatasetSchema |
withInlineDataSchema(String inlineDataSchema) |
public void setInlineDataSchema(String inlineDataSchema)
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 - public String getInlineDataSchema()
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)
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 - public String toString()
toString in class ObjectObject.toString()public DatasetSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.