@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSchemaSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
Constructor and Description |
---|
DatasetSchemaSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetSchemaSummary |
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 |
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 |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSchemaSummary |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
|
DatasetSchemaSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
DatasetSchemaSummary |
withName(String name)
The name of the schema.
|
DatasetSchemaSummary |
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 DatasetSchemaSummary 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 DatasetSchemaSummary withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of 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 DatasetSchemaSummary 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 DatasetSchemaSummary 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 DatasetSchemaSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.