@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSchema extends Object implements Serializable, Cloneable, StructuredPojo
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
Constructor and Description |
---|
DatasetSchema() |
Modifier and Type | Method and Description |
---|---|
DatasetSchema |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time (in Unix time) that the schema was created.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) that the schema was last updated.
|
String |
getName()
The name of the schema.
|
String |
getSchema()
The schema.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
void |
setName(String name)
The name of the schema.
|
void |
setSchema(String schema)
The schema.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSchema |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
|
DatasetSchema |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
DatasetSchema |
withName(String name)
The name of the schema.
|
DatasetSchema |
withSchema(String schema)
The schema.
|
DatasetSchema |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
public void setName(String name)
The name of the schema.
name
- The name of the schema.public String getName()
The name of the schema.
public DatasetSchema withName(String name)
The name of the schema.
name
- The name of the schema.public void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of the schema.public String getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
public DatasetSchema withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of the schema.public void setSchema(String schema)
The schema.
schema
- The schema.public String getSchema()
The schema.
public DatasetSchema withSchema(String schema)
The schema.
schema
- The schema.public void setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
creationDateTime
- The date and time (in Unix time) that the schema was created.public Date getCreationDateTime()
The date and time (in Unix time) that the schema was created.
public DatasetSchema withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
creationDateTime
- The date and time (in Unix time) that the schema was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the schema was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) that the schema was last updated.
public DatasetSchema withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the schema was last updated.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.