类 GetTableResponse

    • 构造器详细资料

      • GetTableResponse

        public GetTableResponse()
        Constructs a new GetTableResponse object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
    • 方法详细资料

      • getAttributeDefinitions

        public List<AttributeDefinition> getAttributeDefinitions()
        Get all of the attributes for this table.
        返回:
        All of the attributes for this table, the type is in AttributesDefinition type.
        另请参阅:
        AttributeDefinition
      • setAttributeDefinitions

        public void setAttributeDefinitions​(List<AttributeDefinition> attributeDefinitions)
        Set all of the attributes for this table.
        参数:
        attributeDefinitions - All of the attributes for this table, the type is in AttributesDefinition type.
        另请参阅:
        AttributeDefinition
      • getProvisionedThroughput

        public ProvisionedThroughputDescription getProvisionedThroughput()
        Get the provisioned throughput setting for this table from server side.
        返回:
        The provisioned throughput setting for this table from server side.
      • setProvisionedThroughput

        public void setProvisionedThroughput​(ProvisionedThroughputDescription other)
        Set the provisioned throughput setting for this table from server side.
        参数:
        other - The provisioned throughput setting for this table from server side.
      • getTableName

        public String getTableName()
        Get the name of the requested table.
        返回:
        The name of the requested table.
      • setTableName

        public void setTableName​(String name)
        Set the name of the requested table.
        参数:
        name - The name of the requested table.
      • setTableStatus

        public void setTableStatus​(String status)
        Set the status of the requested table.
        参数:
        status - The status of the requested table.
      • getTableStatus

        public String getTableStatus()
        Get the status of the requested table.
        返回:
        The status of the requested table.
      • getTableSizeInBytes

        public Long getTableSizeInBytes()
        Get the size of this table.
        返回:
        The size of this table, the unit is Byte.
      • setKeySchema

        public void setKeySchema​(List<KeySchemaElement> schema)
        Set Key information for this table.
        参数:
        schema - Key schema for this table.
        另请参阅:
        KeySchemaElement
      • getItemCount

        public Long getItemCount()
        Get the number of Items in this table.
        返回:
        The number of Items in this table, the value is in long type.
      • setItemCount

        public void setItemCount​(Long count)
        Set the number of Items in this table.
        参数:
        count - The number of Items in this table, the value is in long type.
      • getCreationDateTime

        public Date getCreationDateTime()
        Get the table creation time.
        返回:
        The table creation time, the type is in Data type.
      • setCreationDateTime

        public void setCreationDateTime​(Date time)
        Set the table creation time.
        参数:
        time - The table creation time
      • setTableSizeInBytes

        public void setTableSizeInBytes​(Long size)
        Set the size of this table.
        参数:
        size - The size of this table, the number type is in long type, and the unit for it is Byte.
      • toString

        public String toString()
        Return a string representation of get table response information.
        覆盖:
        toString 在类中 Object
        返回:
        A string representation of get table response information.